Skip to content

Commit

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

jupyter_kernel_test-0.4.4-py3-none-any.whl: 046f2879c6c901a0fab06424cf48453ff464dd05d9cf07739492f85902bdf641

jupyter_kernel_test-0.4.4.tar.gz: df0da8453705cb7dadeb3b8b09e75f39b360e219eb802a2dde922326a5817b77
  • Loading branch information
github-actions[bot] committed Aug 19, 2022
1 parent 18bc9ff commit e1da840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_kernel_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

TIMEOUT = 15

__version__ = "0.4.3"
__version__ = "0.4.4"


class KernelTests(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test = [
skip = ["check-links"]

[tool.tbump.version]
current = "0.4.3"
current = "0.4.4"
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 e1da840

Please sign in to comment.