Skip to content

Commit b29955a

Browse files
Bump to None
1 parent f3e72d6 commit b29955a

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.22.4"
26+
release = "0.23.0.dev0"
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.22.4"
3+
__version__ = "0.23.0.dev0"

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.22.4"
7+
version = "0.23.0.dev0"
88
description = "Jupyter Releaser for Python and/or npm packages."
99
license = {file = "LICENSE"}
1010
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
@@ -58,7 +58,7 @@ test = [
5858
jupyter-releaser = "jupyter_releaser.cli:main"
5959

6060
[tool.tbump.version]
61-
current = "0.22.4"
61+
current = "0.23.0.dev0"
6262
regex = '''
6363
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6464
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)