Skip to content

Commit 1c8ff5b

Browse files
Publish 0.29.2
SHA256 hashes: metakernel-0.29.2-py3-none-any.whl: 503e82cea7529acee43ded31337ca3de3a5ee7cdca75b56aa8a7850fb090fddb metakernel-0.29.2.tar.gz: 03efae2d1e2184e418980ea8f700537a3163bb70a96cad21c08b3b5c5b1c75d4
1 parent 6d7c23a commit 1c8ff5b

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
@@ -10,4 +10,4 @@
1010

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

13-
__version__ = '0.29.1'
13+
__version__ = '0.29.2'

pyproject.toml

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

5555
[tool.tbump.version]
56-
current = "0.29.1"
56+
current = "0.29.2"
5757
regex = '''
5858
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
5959
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)