Skip to content

Commit d23ab4d

Browse files
Publish 0.29.0
SHA256 hashes: metakernel-0.29.0-py2.py3-none-any.whl: f176f304c6a312d9c84c19e633e78e152211fe1c5bcd588483b1d1dfc49f0ca8 metakernel-0.29.0.tar.gz: f81f32c29eeae3683c1fe04f14af83d55c8b7f2aa09eb6083776a2fe675cc1c0
1 parent 113ab3d commit d23ab4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metakernel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

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

12-
__version__ = '0.28.2'
12+
__version__ = '0.29.0'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip = ["check-links"]
99
ignore-links = ["http://some/file/from/*", "http://path/to/some/*"]
1010

1111
[tool.tbump.version]
12-
current = "0.28.2"
12+
current = "0.29.0"
1313
regex = '''
1414
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1515
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)