Skip to content

Commit 57328b4

Browse files
Publish 0.9.5
SHA256 hashes: jupyter_releaser-0.9.5-py3-none-any.whl: 03f05e80175c7aed70f4f74130b5c3c1613afe29c2c4df6eaeae3e4088550357 jupyter_releaser-0.9.5.tar.gz: 69759a4d144b52e4aae2be2280ee18c004206f9961e888b2494396f46800dbfe
1 parent cdfae68 commit 57328b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Project Jupyter"
2424

2525
# The full version, including alpha/beta/rc tags.
26-
release = "0.9.4"
26+
release = "0.9.5"
2727
# The short X.Y version.
2828
version = ".".join(release.split(".")[:2])
2929

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.9.4"
3+
__version__ = "0.9.5"

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.9.4"
9+
current = "0.9.5"
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)