Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Aug 25, 2022
1 parent cc137af commit 86ea5c3
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 @@ -5,7 +5,7 @@
from setuptools import setup
from setuptools.command.install import install

FULLVERSION = "0.0.6"
FULLVERSION = "0.0.7"
VERSION = FULLVERSION

with open(os.path.join(os.path.dirname(__file__), "README.md")) as infile:
Expand Down

0 comments on commit 86ea5c3

Please sign in to comment.