Skip to content

Commit

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

jupyter_kernel_test-0.4.0-py3-none-any.whl: d0f093edeb944f97f20d0dfa706d785a4c732ff5eb099d9380dfdd23629fc1ac

jupyter_kernel_test-0.4.0.tar.gz: 9c0e32eae528914cedaf40ffa0a8034e499a30d761be21200808236251f3026c
  • Loading branch information
github-actions[bot] committed Nov 30, 2021
1 parent 2bb5834 commit 0d56861
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.3.0'
__version__ = '0.4.0'

class KernelTests(TestCase):
kernel_name = ""
Expand Down
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 = "setuptools.build_meta"
skip = ["check-links"]

[tool.tbump.version]
current = "0.3.0"
current = "0.4.0"
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 0d56861

Please sign in to comment.