We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d48383 commit 6ba3b87Copy full SHA for 6ba3b87
notebook_shim/_version.py
@@ -1 +1 @@
1
-__version__ = "0.1.0.dev0"
+__version__ = "0.1.0"
pyproject.toml
@@ -15,7 +15,7 @@ testpaths = [
15
skip = ["check-links"]
16
17
[tool.tbump.version]
18
-current = "0.1.0.dev0"
+current = "0.1.0"
19
regex = '''
20
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
21
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments