Skip to content

Commit

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

metakernel-0.29.2-py3-none-any.whl: 503e82cea7529acee43ded31337ca3de3a5ee7cdca75b56aa8a7850fb090fddb

metakernel-0.29.2.tar.gz: 03efae2d1e2184e418980ea8f700537a3163bb70a96cad21c08b3b5c5b1c75d4
  • Loading branch information
github-actions[bot] committed Aug 8, 2022
1 parent 6d7c23a commit 1c8ff5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metakernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__all__ = ['Magic', 'MetaKernel', 'option']

__version__ = '0.29.1'
__version__ = '0.29.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ skip = ["check-links"]
ignore-links = ["http://some/file/from/*", "http://path/to/some/*"]

[tool.tbump.version]
current = "0.29.1"
current = "0.29.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 1c8ff5b

Please sign in to comment.