Skip to content

Commit 9a791b4

Browse files
Publish 0.1.4
SHA256 hashes: dist/jupyter_releaser-0.1.4-py3-none-any.whl: 738a09f2dc1fe36a9175490f38b8b7ba30ec03d7f80aa9fec57e6b7b4ed8eab0 dist/jupyter_releaser-0.1.4.tar.gz: 140aca02d46d793581c6048c481ebeed1b5d5b796ad1acd23847c76a24094d4f
1 parent 7d6f54e commit 9a791b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_releaser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
ignore = ["tbump.toml", ".*", "codecov.yml"]
77

88
[tool.tbump.version]
9-
current = "0.1.3"
9+
current = "0.1.4"
1010
regex = '''
1111
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1212
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)