Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 9a603a3

Browse files
committed
Bump to version 6.1.0
1 parent b7d307e commit 9a603a3

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, 2, 0)
5+
VERSION = (6, 1, 0)
66
__version__ = VERSION
77
__versionstr__ = '.'.join(map(str, VERSION))
88

0 commit comments

Comments
 (0)