Skip to content

Commit c1101de

Browse files
Bump to 6.4.0.dev0
1 parent 7f7f617 commit c1101de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
# Version string must appear intact for tbump versioning
8-
__version__ = '6.4.0rc0'
8+
__version__ = '6.4.0.dev0'
99

1010
# Build up version_info tuple for backwards compatibility
1111
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before-build-python = ["pip install babel", "npm install -g po2json"]
1414
ignore-glob = ["docs/source/examples/Notebook/Working With Markdown Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", "docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", "CHANGELOG.md"]
1515

1616
[tool.tbump.version]
17-
current = "6.4.0rc0"
17+
current = "6.4.0.dev0"
1818
regex = '''
1919
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2020
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)