Skip to content

Commit 6ba3b87

Browse files
Publish 0.1.0
SHA256 hashes: notebook_shim-0.1.0-py3-none-any.whl: 02432d55a01139ac16e2100888aa2b56c614720cec73a27e71f40a5387e45324 notebook_shim-0.1.0.tar.gz: 7897e47a36d92248925a2143e3596f19c60597708f7bef50d81fcd31d7263e85
1 parent 2d48383 commit 6ba3b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook_shim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0.dev0"
1+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testpaths = [
1515
skip = ["check-links"]
1616

1717
[tool.tbump.version]
18-
current = "0.1.0.dev0"
18+
current = "0.1.0"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)