Skip to content

Commit 920c5cc

Browse files
authored
Merge pull request #6421 from RRosio/update-version
updating version to show dev
2 parents 8109251 + d4eb85d commit 920c5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/_version.py

Lines changed: 1 addition & 1 deletion
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.11'
8+
__version__ = '6.4.12.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>.*)'

0 commit comments

Comments
 (0)