Skip to content

Commit b4db400

Browse files
Publish 0.2.0
SHA256 hashes: notebook_shim-0.2.0-py3-none-any.whl: 3dde4fe874f17f0a81300299f6f3cd85ac0ef3c6de2161e9951efdc0cc326106 notebook_shim-0.2.0.tar.gz: 3b8f602f7ff27deecad1fd1bbfcbac2ef4b8a829a2810c36ee2c5ea061d6b08e
1 parent c3aad6b commit b4db400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

notebook_shim/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 1, 0, "", "")
2-
__version__ = "0.1.0"
1+
version_info = (0, 2, 0, "", "")
2+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test = [
4242
path = "notebook_shim/_version.py"
4343

4444
[tool.tbump.version]
45-
current = "0.1.0"
45+
current = "0.2.0"
4646
regex = '''
4747
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4848
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)