Skip to content

Commit 8ce0417

Browse files
committed
bump major version
due to tz API changes
1 parent bd43a11 commit 8ce0417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (4, 5, 0, 'dev')
1+
version_info = (5, 0, 0, 'dev')
22
__version__ = '.'.join(map(str, version_info))
33

44
protocol_version_info = (5, 0)

0 commit comments

Comments
 (0)