Skip to content

Commit faa25ac

Browse files
committed
Bump to 0.1.0.dev0
1 parent 2d3876c commit faa25ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_synchronizer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import List
66

77
# Version string must appear intact for automatic versioning
8-
__version__ = "0.0.10"
8+
__version__ = "0.1.0.dev0"
99

1010
# Build up version_info tuple for backwards compatibility
1111
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)