Skip to content

Commit

Permalink
Bump to 1.7.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2021
1 parent a9409ea commit 858b6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from jupyter_packaging import get_version_info

# Version string must appear intact for tbump versioning
__version__ = '1.7.0a2'
__version__ = '1.7.0.dev0'
version_info = get_version_info(__version__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "package-lock.json", "bootstrap*"]
norecursedirs = "examples/*"

[tool.tbump.version]
current = "1.7.0a2"
current = "1.7.0.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 858b6a7

Please sign in to comment.