Skip to content

Commit 33b4a7b

Browse files
authored
Update version for 1.0.0rc0
1 parent cc8825d commit 33b4a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Distributed under the terms of the Modified BSD License.
33

44
version_info = (
5+
1,
56
0,
6-
9,
77
0,
8-
'dev', # comment-out this line for a release
8+
'rc0', # comment-out this line for a release
99
)
1010
__version__ = '.'.join(map(str, version_info))
1111

0 commit comments

Comments
 (0)