Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed May 11, 2021
1 parent a4efe3c commit 4e83773
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 @@ -6,7 +6,7 @@
import setuptools.command.develop
from setuptools import find_packages, setup

version = '0.0.6.1'
version = '0.0.6.2'
cwd = os.path.dirname(os.path.abspath(__file__))

class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors
Expand Down

0 comments on commit 4e83773

Please sign in to comment.