Skip to content

Commit c3aad6b

Browse files
authored
Merge pull request #18 from blink1073/fix-version
2 parents e53f006 + 4e8f2be commit c3aad6b

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, 2, 0, "", "")
2-
__version__ = "0.2.0"
1+
version_info = (0, 1, 0, "", "")
2+
__version__ = "0.1.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.2.0"
45+
current = "0.1.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)