Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
krakozaure committed Aug 8, 2018
1 parent ec003f5 commit 714f936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyzzy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
__author__ = "krakozaure"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyzzy",
version="0.0.1",
version="0.0.2",
author="krakozaure",
license="MIT",
author_email="",
Expand Down

0 comments on commit 714f936

Please sign in to comment.