Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lyon authored Aug 11, 2021
1 parent 0e533a0 commit 493bcd6
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 @@ -3,7 +3,7 @@
from os import path
from setuptools import setup, find_packages

version = '1.0.1'
version = '1.0.2'
this_dir = path.abspath(path.dirname(__file__))
with open(path.join(this_dir, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit 493bcd6

Please sign in to comment.