Skip to content

Commit

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

metakernel-0.29.0-py2.py3-none-any.whl: f176f304c6a312d9c84c19e633e78e152211fe1c5bcd588483b1d1dfc49f0ca8

metakernel-0.29.0.tar.gz: f81f32c29eeae3683c1fe04f14af83d55c8b7f2aa09eb6083776a2fe675cc1c0
  • Loading branch information
github-actions[bot] committed Mar 29, 2022
1 parent 113ab3d commit d23ab4d
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 @@ -9,4 +9,4 @@

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

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

[tool.tbump.version]
current = "0.28.2"
current = "0.29.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 d23ab4d

Please sign in to comment.