Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phborba authored Nov 25, 2020
1 parent cfd6cbb commit dfd509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Philipe Borba'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.1'
VERSION = '0.2'

# The rest you shouldn't have to touch too much :)
# ------------------------------------------------
Expand Down Expand Up @@ -142,4 +142,4 @@ def run(self):
cmdclass={
'upload': UploadCommand,
},
)
)

0 comments on commit dfd509d

Please sign in to comment.