Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
jacobdenobel authored May 30, 2022
1 parent e3314e4 commit 3ac12f2
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 @@ -162,7 +162,7 @@ def generate_docs():
# The information here can also be placed in setup.cfg - better separation of
# logic and declaration, and simpler if you include description/version in a file.

__version__ = "0.3.2.8.0"
__version__ = "0.3.2.8.1"
gh_ref = os.environ.get("GITHUB_REF")
if gh_ref:
*_, tag = gh_ref.split("/")
Expand Down

0 comments on commit 3ac12f2

Please sign in to comment.