Skip to content

Commit 3d8eeb5

Browse files
authored
Update version setup.py 0.2.2->1.0.0
1 parent a675e89 commit 3d8eeb5

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
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "0.2.2"
4+
__version__ = "1.0.0"
55

66

77
requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")

0 commit comments

Comments
 (0)