Skip to content

Commit

Permalink
chore: set package version to 0.60.0 (#1161)
Browse files Browse the repository at this point in the history
I'm hoping this will fix the versioning issue with release please where it shows version 0.39.1 instead of 0.60.1 [here](#1160).
  • Loading branch information
parthea committed Jan 27, 2022
1 parent 70ed7a2 commit 355ab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))

version = "0.35.10"
version = "0.60.0"

with io.open(os.path.join(PACKAGE_ROOT, "README.rst")) as file_obj:
README = file_obj.read()
Expand Down

0 comments on commit 355ab63

Please sign in to comment.