Skip to content

Commit 1c4f9a2

Browse files
Publish 0.7.2
SHA256 hashes: jupyter_releaser-0.7.2-py3-none-any.whl: 751c7a275d8dae1d9d46f065f3c9d52e8aba763b94752c7febcffc165b4bb759 jupyter_releaser-0.7.2.tar.gz: 3c45838c2dae0b4acbd35c975f5dd631d017dd547f60f9d123df08bfc0e8480e
1 parent 903fcfe commit 1c4f9a2

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