We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bc2db commit f027ee6Copy full SHA for f027ee6
jupyter_releaser/__init__.py
@@ -1,3 +1,3 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
-__version__ = "0.1.4"
+__version__ = "0.1.5"
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
ignore = ["tbump.toml", ".*", "codecov.yml"]
7
8
[tool.tbump.version]
9
-current = "0.1.4"
+current = "0.1.5"
10
regex = '''
11
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
12
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments