Skip to content

Commit

Permalink
Bump to 0.0.2.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Apr 5, 2022
1 parent 88593f5 commit d2ba38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_server_synchronizer/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
store the current version info of the synchronizer.
"""
version_info = (0, 0, 1, "", "")
version_info = (0, 0, 2, ".dev", "0")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testpaths = [
skip = ["check-links"]

[tool.tbump.version]
current = "0.0.1"
current = "0.0.2.dev0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit d2ba38c

Please sign in to comment.