Skip to content

Commit 00a6e25

Browse files
committedJan 4, 2021
back to dev version
1 parent 41daba9 commit 00a6e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jupyter_server/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# However, be sure to INCLUDE a dot prefix when adding the dev release: X.Y.Z.devN
1212
# See: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
1313

14-
version_info = (1, 1, 4)
14+
version_info = (1, 2, 0, '.dev0')
1515
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)
Please sign in to comment.