Skip to content

Commit 7fd776d

Browse files
committed
update setup.py for version
1 parent 5019a34 commit 7fd776d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
CLASSIFIERS = list(filter(None, CLASSIFIERS.split("\n")))
7474
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
7575
MAJOR = 2
76-
MINOR = 0
77-
MICRO = 6
76+
MINOR = 1
77+
MICRO = 0
7878
ISRELEASED = False
7979
VERSION = f"{int(MAJOR)}.{int(MINOR)}.{int(MICRO)}"
8080
SCRIPTS = glob.glob("scripts/*")

0 commit comments

Comments
 (0)