Skip to content

Commit 1b002a1

Browse files
Publish 0.6.1
SHA256 hashes: jupyter_releaser-0.6.1-py3-none-any.whl: 501dc5a89a040d964d0b87c95aa5879b83b6ef15b2a39155ff7782c194ce7884 jupyter_releaser-0.6.1.tar.gz: 4a635097fd415eac93f542b149c23532e4cdd1a2fd7682c2e5aa25ec27d53fad
1 parent d76d9db commit 1b002a1

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