Skip to content

Commit 527dc48

Browse files
Publish 0.7.4
SHA256 hashes: jupyter_releaser-0.7.4-py3-none-any.whl: 6dcd0ef40f857c47409a68b44f40dc000ee6c59c2861dadde2f7b1ebd55b2ecf jupyter_releaser-0.7.4.tar.gz: b72d1f81bf9959b8cb3a8af882326be8a41c930da53b1f0338bd7715b114b351
1 parent 4d1a1bd commit 527dc48

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