Skip to content

Commit 6aea3e2

Browse files
Publish 0.4.0
SHA256 hashes: jupyter_releaser-0.4.0-py3-none-any.whl: f46505651a58268882607db8d3bff78ce0968ec3f5b524e47e280ff6ea7abb44 jupyter_releaser-0.4.0.tar.gz: 928d8d80c02ad148ecf79a491fc8c5b3cf212623fab160af9ced7a22c6b0928e
1 parent aae83da commit 6aea3e2

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