Skip to content

Commit fc1ad71

Browse files
Publish 0.6.2
SHA256 hashes: jupyter_releaser-0.6.2-py3-none-any.whl: e50e2549bb6b47222835894699864697bcd2d246d074d6138840ac8797636760 jupyter_releaser-0.6.2.tar.gz: 942a6863b65ec9ee68fe3ac4e95bcb76fcf55e7a9c452feb05dab9efabc6e826
1 parent d1b35fc commit fc1ad71

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