Skip to content

Commit 85cb8ec

Browse files
authored
Update version.py
Change version for 2.1.0
1 parent 0e2645f commit 85cb8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scilpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
_version_major = 2
99
_version_minor = 1
1010
_version_micro = 0
11-
_version_extra = 'rc1'
11+
_version_extra = ''
1212

1313
# Construct full version string from these.
1414
_ver = [_version_major, _version_minor, _version_micro]

0 commit comments

Comments
 (0)