Skip to content

Commit 511399d

Browse files
Publish 0.4.7
SHA256 hashes: jupyter_releaser-0.4.7-py3-none-any.whl: e5534050b4beb1c89f695ba1761ec92c2ab3b7e263b27cf91e021bf62ca78d81 jupyter_releaser-0.4.7.tar.gz: 5c8ff79efdf4cf6096bd302423e37a4655adbe4f8880bb946e5480cb6464ee82
1 parent 2061a31 commit 511399d

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.6"
3+
__version__ = "0.4.7"

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.6"
9+
current = "0.4.7"
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)