diff --git a/nbgitpuller/version.py b/nbgitpuller/version.py index fcd362a..55aafb7 100644 --- a/nbgitpuller/version.py +++ b/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" diff --git a/pyproject.toml b/pyproject.toml index 27975fb..aa8d38c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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\d+) \. diff --git a/setup.py b/setup.py index 9b9664f..1321b71 100644 --- a/setup.py +++ b/setup.py @@ -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',