Skip to content

Commit

Permalink
Publish 0.34.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

octave_kernel-0.34.2-py2.py3-none-any.whl: a72609800432fa2c13e571522e847fb6b9c89cfc391ad9b0aeea5677d0d45e04

octave_kernel-0.34.2.tar.gz: e648b695e91f2bb7eb3ec98f048cd840e7c0342518f71f85d9944041274f4f1a
  • Loading branch information
github-actions[bot] committed Mar 31, 2022
1 parent 78ade56 commit 3220652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octave_kernel/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.34.1'
__version__ = '0.34.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "jupyter_packaging.build_api"
skip = ["check-links"]

[tool.tbump.version]
current = "0.34.1"
current = "0.34.2"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 3220652

Please sign in to comment.