Skip to content

Commit 18d7dcd

Browse files
Publish 0.34.1
SHA256 hashes: octave_kernel-0.34.1-py2.py3-none-any.whl: 2364ffbe36c0a18debd4faf770645acc777ab21165719a76eef341f234a85a53 octave_kernel-0.34.1.tar.gz: 4b77c50dd795b817653a3e6fea96099f23d450513c19ad7ec372dabcbafff6fe
1 parent 85336c3 commit 18d7dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

octave_kernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.34.0'
1+
__version__ = '0.34.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "jupyter_packaging.build_api"
66
skip = ["check-links"]
77

88
[tool.tbump.version]
9-
current = "0.34.0"
9+
current = "0.34.1"
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)