Skip to content

Commit 3b45512

Browse files
authored
Update setup.py
1 parent 6d54238 commit 3b45512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import io
1616
from setuptools import setup, find_packages
1717

18-
__version__ = '0.1.dev1'
18+
__version__ = '0.1.0'
1919

2020
with io.open('README.md', 'r', encoding='utf-8') as fh:
2121
long_description = fh.read()

0 commit comments

Comments
 (0)