Skip to content

Commit 1f10c05

Browse files
authored
Update setup.py
1 parent c5c5c5e commit 1f10c05

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
@@ -74,7 +74,7 @@
7474
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
7575
MAJOR = 2
7676
MINOR = 0
77-
MICRO = 4
77+
MICRO = 5
7878
ISRELEASED = False
7979
VERSION = f"{int(MAJOR)}.{int(MINOR)}.{int(MICRO)}"
8080
SCRIPTS = glob.glob("scripts/*")

0 commit comments

Comments
 (0)