Skip to content

Commit 9dc1f5f

Browse files
Publish 0.7.1
SHA256 hashes: jupyter_releaser-0.7.1-py3-none-any.whl: 4f187075b0343ae3283a2e99cccaf179b33dc4ec89d0a012536b443a550af9e3 jupyter_releaser-0.7.1.tar.gz: 357e66892a14efc7c0c576e7a71daa42a33e09bd48950b6dfd10ff99b315dfbb
1 parent 91f055e commit 9dc1f5f

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