Skip to content

Commit 83f7bc0

Browse files
Publish 0.2.3
SHA256 hashes: jupyter_releaser-0.2.3-py3-none-any.whl: adf3e9ed748d84bdfeb352e7fbd80d06f1f5368243a36851aca28fdc73b11b71 jupyter_releaser-0.2.3.tar.gz: 3c264d722bddf5cfaa5b48a60abe958852a585c6a8b7061fbbec4b68c8ce5c05
1 parent 789e57f commit 83f7bc0

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.2.2"
3+
__version__ = "0.2.3"

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.2.2"
9+
current = "0.2.3"
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)