Skip to content

Commit 55464cf

Browse files
Publish 0.23.1
SHA256 hashes: jupyter_releaser-0.23.1-py3-none-any.whl: e6ba0a636f1965bb195add0a823d6573aeadc4082b6293d1d77fe39c1ba2bdda jupyter_releaser-0.23.1.tar.gz: 745e1dc1c9774dc9a34dcc7d40a9c871e93fb3080173a3d2ac84161cfab9ce68
1 parent ce55ac9 commit 55464cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.23.0"
26+
release = "0.23.1"
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.23.0"
3+
__version__ = "0.23.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_releaser"
7-
version = "0.23.0"
7+
version = "0.23.1"
88
description = "Jupyter Releaser for Python and/or npm packages."
99
license = {file = "LICENSE"}
1010
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
@@ -60,7 +60,7 @@ test = [
6060
jupyter-releaser = "jupyter_releaser.cli:main"
6161

6262
[tool.tbump.version]
63-
current = "0.23.0"
63+
current = "0.23.1"
6464
regex = '''
6565
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6666
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)