We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a7704 commit f579784Copy full SHA for f579784
CMakeLists.txt
@@ -29,7 +29,7 @@ include(gitversion)
29
get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)
30
31
set(SLANG_VERSION_MAJOR 8)
32
-set(SLANG_VERSION_MINOR 0)
+set(SLANG_VERSION_MINOR 1)
33
set(SLANG_VERSION_STRING
34
"${SLANG_VERSION_MAJOR}.${SLANG_VERSION_MINOR}.${SLANG_VERSION_PATCH}")
35
message(STATUS "slang version: ${SLANG_VERSION_STRING}+${SLANG_VERSION_HASH}")
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pyslang"
3
-version = "8.0.0"
+version = "8.1.0"
4
description = "Python bindings for slang, a library for compiling SystemVerilog"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
authors = [{ name = "Mike Popoloski" }]
0 commit comments