Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Schmitt committed Sep 8, 2021
1 parent c913671 commit f1612f3
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 @@ -21,7 +21,7 @@ def get_version():
if build_dev_version:
return "1.2.0.dev" + str(build_dev_version)
else:
return "1.1.0"
return "1.1.1"


skbuild.setup(
Expand Down

0 comments on commit f1612f3

Please sign in to comment.