Skip to content

Commit 35213e0

Browse files
Publish 0.5.1
SHA256 hashes: jupyter_releaser-0.5.1-py3-none-any.whl: f9752ab53d451a8b78fc4cc01fcfa70771008cc11dd7ce15f8b9cfddbf27081e jupyter_releaser-0.5.1.tar.gz: 71b69122d74e34a9daebab58446d288b6f2f6d903a45464d425373ccd9e10ac5
1 parent a6b4ea8 commit 35213e0

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.0"
3+
__version__ = "0.5.1"

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.0"
9+
current = "0.5.1"
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)