Skip to content

Commit f579784

Browse files
committed
Bump version for v8.1
1 parent 91a7704 commit f579784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(gitversion)
2929
get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)
3030

3131
set(SLANG_VERSION_MAJOR 8)
32-
set(SLANG_VERSION_MINOR 0)
32+
set(SLANG_VERSION_MINOR 1)
3333
set(SLANG_VERSION_STRING
3434
"${SLANG_VERSION_MAJOR}.${SLANG_VERSION_MINOR}.${SLANG_VERSION_PATCH}")
3535
message(STATUS "slang version: ${SLANG_VERSION_STRING}+${SLANG_VERSION_HASH}")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyslang"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Python bindings for slang, a library for compiling SystemVerilog"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
authors = [{ name = "Mike Popoloski" }]

0 commit comments

Comments
 (0)