Skip to content

Commit b06ade9

Browse files
committed
Bump to 1.3.1.dev
1 parent cc3c0f5 commit b06ade9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

batchspawner/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# __version__ should be updated using tbump, based on configuration in
22
# pyproject.toml, according to instructions in RELEASE.md.
33
#
4-
__version__ = "1.3.0"
4+
__version__ = "1.3.1.dev"
55

66
# version_info looks like (1, 2, 3, "dev") if __version__ is 1.2.3.dev
77
version_info = tuple(int(p) if p.isdigit() else p for p in __version__.split("."))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ omit = [
6767
github_url = "https://github.com/jupyterhub/batchspawner"
6868

6969
[tool.tbump.version]
70-
current = "1.3.0"
70+
current = "1.3.1.dev"
7171
regex = '''
7272
(?P<major>\d+)
7373
\.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"console_scripts": ["batchspawner-singleuser=batchspawner.singleuser:main"],
1010
},
1111
packages=["batchspawner"],
12-
version="1.3.0",
12+
version="1.3.1.dev",
1313
description="""Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers.""",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)