Skip to content

Commit 3127bd9

Browse files
author
Steven Silvester
committed
Publish 0.4.4
SHA256 hashes: jupyter_releaser-0.4.4-py3-none-any.whl: 0a6c7e22411b46b9c64e405be0356ad7b3a67cd30f82b5b21a4ec8751601d7ee jupyter_releaser-0.4.4.tar.gz: 9bd556aa35c7c3ddf0e35c4052af9527085ceacb12f5544ca7897f79c9157720
1 parent 18741c4 commit 3127bd9

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.4.3"
3+
__version__ = "0.4.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.4.3"
9+
current = "0.4.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)