Skip to content

Commit f7828b2

Browse files
committed
Update version number.
1 parent a18945c commit f7828b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
VERSION = (0, 2, 1)
4+
VERSION = (0, 2, 2)
55
version = '.'.join(map(str, VERSION))
66

77
setup(

0 commit comments

Comments
 (0)