Skip to content

Commit 316f7ae

Browse files
Publish 0.4.2
SHA256 hashes: jupyter_releaser-0.4.2-py3-none-any.whl: af4012ae193a35adf2462cfe54c341bffa97f71c863f3cbf62fb9acad90f8fe9 jupyter_releaser-0.4.2.tar.gz: bc8f20a884d2caab2bd07c86fa784cebe9bb04f17d8493d72681905aae33968d
1 parent 492683b commit 316f7ae

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