Skip to content

Commit 8091c0c

Browse files
Publish 0.3.1
SHA256 hashes: jupyter_server_terminals-0.3.1-py3-none-any.whl: 9c3382812fb55f70cc5fc8acc2ad4f81b92c91d3130b8fa53201086e41749b53 jupyter_server_terminals-0.3.1.tar.gz: c5d4c6bf64daba2d828f8e90007d67362e86853d437280d4defc7cda7db06d16
1 parent 7fa1e53 commit 8091c0c

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
@@ -95,7 +95,7 @@
9595
# |version| and |release|, also used in various other places throughout the
9696
# built documents.
9797
#
98-
__version__ = "0.3.0"
98+
__version__ = "0.3.1"
9999
# The short X.Y version.
100100
version_parsed = parse_version(__version__)
101101
version = f"{version_parsed.major}.{version_parsed.minor}" # type:ignore[union-attr]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.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_server_terminals"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
license = { file = "LICENSE" }
99
description = "A Jupyter Server Extension Providing Terminals."
1010
keywords = ["ipython", "jupyter"]
@@ -95,7 +95,7 @@ ignore_missing_imports = true
9595
skip = ["check-links"]
9696

9797
[tool.tbump.version]
98-
current = "0.3.0"
98+
current = "0.3.1"
9999
regex = '''
100100
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
101101
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)