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 4ec4159 commit 90a2724Copy full SHA for 90a2724
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.1"
+__version__ = "0.1.2"
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.1"
+current = "0.1.2"
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