Skip to content

Commit 96f42d2

Browse files
Fix setup.py version (#83)
1 parent a277b8e commit 96f42d2

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
@@ -25,7 +25,7 @@
2525

2626
from setuptools import find_packages, setup # noqa: H301
2727

28-
VERSION = "2.6.1"
28+
VERSION = "2.6.2"
2929
# To install the library, run the following
3030
#
3131
# python setup.py install

0 commit comments

Comments
 (0)