Skip to content

Commit 7d36c38

Browse files
committed
Bump to 1.4.1.dev
1 parent cdb229c commit 7d36c38

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.4.0"
23+
__version__ = "1.4.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
@@ -96,7 +96,7 @@ asyncio_mode = "auto"
9696
github_url = "https://github.com/jupyterhub/jupyterhub-idle-culler"
9797

9898
[tool.tbump.version]
99-
current = "1.4.0"
99+
current = "1.4.1.dev"
100100
regex = '''
101101
(?P<major>\d+)
102102
\.

0 commit comments

Comments
 (0)