Skip to content

Commit 761f605

Browse files
committed
Version bump
1 parent 4a0f821 commit 761f605

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
@@ -2,7 +2,7 @@
22
from os.path import join, dirname
33
from setuptools import setup, find_packages
44

5-
VERSION = (5, 1, 0)
5+
VERSION = (5, 2, 0)
66
__version__ = VERSION
77
__versionstr__ = '.'.join(map(str, VERSION))
88

0 commit comments

Comments
 (0)