Skip to content

Commit 2a308a4

Browse files
committed
version number update in setup.py
1 parent 437c91c commit 2a308a4

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

3-
VERSION = (0, 2, 0)
3+
VERSION = (0, 2, 1)
44
__version__ = '.'.join(map(str, VERSION))
55

66
setup(

0 commit comments

Comments
 (0)