Skip to content

Commit 0933e95

Browse files
Publish 0.3.0
SHA256 hashes: jupyter_server_terminals-0.3.0-py3-none-any.whl: 9b47b6a442196b711f249f2a0d774cc29c7215d4496340d18d7df709f82dd184 jupyter_server_terminals-0.3.0.tar.gz: 658fcfc2ce90f1f908b4103a2d3145b26f8831e741fa55a8ffe1995f81592cdf
1 parent 0856b50 commit 0933e95

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
@@ -95,7 +95,7 @@
9595
# |version| and |release|, also used in various other places throughout the
9696
# built documents.
9797
#
98-
__version__ = "0.2.1"
98+
__version__ = "0.3.0"
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.2.1"
1+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ignore_missing_imports = true
9696
skip = ["check-links"]
9797

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

0 commit comments

Comments
 (0)