Skip to content

Commit 9815c0e

Browse files
Publish 0.28.2
SHA256 hashes: metakernel-0.28.2-py2.py3-none-any.whl: f83b2d30044692ff70296a9a6e5c1239a12e0bdeddd50bc7ac1424fbe904bb84 metakernel-0.28.2.tar.gz: 8811a4497444495639ef000902f4c6e8a7e2c57da1d47a8a24bcc9083548b389
1 parent 57f6d7b commit 9815c0e

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.1'
12+
__version__ = '0.28.2'

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.1"
12+
current = "0.28.2"
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)