Skip to content

Commit f55a540

Browse files
Publish 0.5.2
SHA256 hashes: jupyter_releaser-0.5.2-py3-none-any.whl: b433245fb2fdb22030069850b9d11a8667a954b19ffa81ba4e33f8a145bdeb9b jupyter_releaser-0.5.2.tar.gz: ef8308b1058d98936bb94c55f87e0ffe0e54b6be5ea74007835e0b6b0fd70722
1 parent 47292a2 commit f55a540

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.5.1"
3+
__version__ = "0.5.2"

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.5.1"
9+
current = "0.5.2"
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)