Skip to content

Commit 5694680

Browse files
committed
Bump to 1.3.1.dev
1 parent 10e9cb9 commit 5694680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterhub_idle_culler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from tornado.log import app_log
2121
from tornado.options import define, options, parse_command_line
2222

23-
__version__ = "1.3.0"
23+
__version__ = "1.3.1.dev"
2424

2525
STATE_FILTER_MIN_VERSION = V("1.3.0")
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ asyncio_mode = "auto"
9595
github_url = "https://github.com/jupyterhub/jupyterhub-idle-culler"
9696

9797
[tool.tbump.version]
98-
current = "1.3.0"
98+
current = "1.3.1.dev"
9999
regex = '''
100100
(?P<major>\d+)
101101
\.

0 commit comments

Comments
 (0)