Skip to content

Commit 6dd044a

Browse files
Publish 0.9.3
SHA256 hashes: jupyter_releaser-0.9.3-py3-none-any.whl: bfbe4c0057b5fbfce111cfd4581cd01b7b4a3a795be33760d6f3fe9b05eda7f4 jupyter_releaser-0.9.3.tar.gz: 9b453807b65c5087526c2470c5bbeb07078146e460440acde045f0d82f9c6799
1 parent e3cba87 commit 6dd044a

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.2"
26+
release = "0.9.3"
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.2"
3+
__version__ = "0.9.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.9.2"
9+
current = "0.9.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)