Skip to content

Commit 70e5cce

Browse files
Publish 0.3.1
SHA256 hashes: jupyter_releaser-0.3.1-py3-none-any.whl: 28089d81a5c3cf3ea9adf19a1fc18d4afadd27e0ab7141fd24176478731033f7 jupyter_releaser-0.3.1.tar.gz: 8da3d5092f81c49c7d4133d21315545770eea9b83703170e5d700081e2308059
1 parent c542c56 commit 70e5cce

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.0"
3+
__version__ = "0.3.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.3.0"
9+
current = "0.3.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)