Skip to content

Commit

Permalink
Update version to 0.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
antmsbrito committed Aug 11, 2023
1 parent c25be09 commit e15ff43
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 @@ -281,6 +281,6 @@ def collect_extensions():
build_ext={"inplace": 1},
ext_modules=collect_extensions(),
zip_safe=False,
version="0.1.2", # versioneer.get_version(),
version="0.2.0", # versioneer.get_version(),
# cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit e15ff43

Please sign in to comment.