Skip to content

Commit b7ea1e6

Browse files
Publish 0.4.3
SHA256 hashes: jupyter_releaser-0.4.3-py3-none-any.whl: 6986ddbc3d9d1d10fb9f7a913dd6bfb400ae8161b6d68b8f1afa3dab9274947a jupyter_releaser-0.4.3.tar.gz: fc84539874283c9134f74cba5a1e907af27f58597e60dc593a9710dfc312dfa8
1 parent e79ba0d commit b7ea1e6

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.2"
3+
__version__ = "0.4.3"

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.2"
9+
current = "0.4.3"
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)