Skip to content

Commit

Permalink
Bump to 1.2.2.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent abed309 commit 04930d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nbgitpuller/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "1.2.1"
__version__ = "1.2.2.dev"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ markers = [
github_url = "https://github.com/jupyterhub/nbgitpuller"

[tool.tbump.version]
current = "1.2.1"
current = "1.2.2.dev"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='nbgitpuller',
version="1.2.1",
version="1.2.2.dev",
url='https://github.com/jupyterhub/nbgitpuller',
license='3-clause BSD',
author='Peter Veerman, YuviPanda',
Expand Down

0 comments on commit 04930d2

Please sign in to comment.