Skip to content

Commit da1c964

Browse files
committed
update version number
1 parent b27e31a commit da1c964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
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 = 5
77+
MICRO = 6
7878
ISRELEASED = False
7979
VERSION = f"{int(MAJOR)}.{int(MINOR)}.{int(MICRO)}"
8080
SCRIPTS = glob.glob("scripts/*")
@@ -132,7 +132,6 @@ def guess_rsl_path():
132132

133133

134134
def check_rsl_path(rsl_lib_path, rsl_include_path):
135-
136135
ext = {"darwin": "dylib", "linux2": "so", "linux": "so", "win32": "DLL"}[
137136
sys.platform
138137
]

0 commit comments

Comments
 (0)