Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adehecq committed Jun 3, 2021
1 parent 0df1f5d commit c60330a
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.3"
FULLVERSION = "0.0.4"
VERSION = FULLVERSION

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

0 comments on commit c60330a

Please sign in to comment.