Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurianbeunk committed Feb 20, 2023
1 parent 607365d commit 8daf4ef
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 @@ -5,7 +5,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = '0.0.1'
__version__ = '0.0.2'

with open("README.rst", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down Expand Up @@ -36,4 +36,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.8',
],
)
)

0 comments on commit 8daf4ef

Please sign in to comment.