Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 7, 2023
1 parent 5c1bba5 commit 68c485e
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
@@ -1,4 +1,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "1.1.2.dev"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -58,7 +58,7 @@ markers = [
github_url = "https://github.com/jupyterhub/nbgitpuller"

[tool.tbump.version]
current = "1.1.2.dev"
current = "1.2.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

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

0 comments on commit 68c485e

Please sign in to comment.