Skip to content

Commit 506beb6

Browse files
Publish 0.6.0
SHA256 hashes: jupyter_releaser-0.6.0-py3-none-any.whl: a2f3f4575aa75d96d7251ed8da2dab5cd90c7f2a097e2152973b8d6e3d79c499 jupyter_releaser-0.6.0.tar.gz: 83ee1051cedb6ccfda0cdc12a703e1fd29dd575c547f83e7032968218f9f4d09
1 parent 1eea33c commit 506beb6

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.5.2"
3+
__version__ = "0.6.0"

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.5.2"
9+
current = "0.6.0"
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)