Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Schmitt committed Mar 29, 2021
1 parent 516880f commit b374839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ def get_name():

def get_version():
if build_dev_version:
return "1.0.0.dev" + str(build_dev_version)
return "1.1.0.dev" + str(build_dev_version)
else:
return "1.0.0b3"
return "1.0.0"

skbuild.setup(
name=get_name(),
Expand Down

0 comments on commit b374839

Please sign in to comment.