Skip to content

Commit c0da1f3

Browse files
authored
Update version
Next version will target Jupyterhub 0.9, setting dev branch version accordingly.
1 parent 2f95453 commit c0da1f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

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

0 commit comments

Comments
 (0)