Skip to content

Commit

Permalink
bump version after rewrite of builders
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Jun 27, 2023
1 parent 9629bf4 commit 0bdf285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
f"{PACKAGE_NAME}.*",
],
)
VERSION = "0.0.4"
VERSION = "0.0.5"

if len(sys.argv) > 1 and sys.argv[1] == "--version":
print(VERSION)
Expand Down

0 comments on commit 0bdf285

Please sign in to comment.