Skip to content

Commit

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

octave_kernel-0.33.1-py2.py3-none-any.whl: 5438a2e28befc23d775c803947c0343e8d63b5edccce15bc56513548102c0b55

octave_kernel-0.33.1.tar.gz: 21cd40465d5d8aa6ad2a1ee69220c536517e7cbd6900e8da0b2928b7860d46ec
  • Loading branch information
github-actions[bot] committed Nov 27, 2021
1 parent 700fc56 commit f2008e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octave_kernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""An Octave kernel for Jupyter"""

__version__ = '0.33.0'
__version__ = '0.33.1'

from .kernel import OctaveKernel
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.33.0"
current = "0.33.1"
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 f2008e8

Please sign in to comment.