Skip to content

Commit 9d57ef2

Browse files
committed
Generated release 6.4.0
1 parent 33c1fc2 commit 9d57ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.4.0.dev
2+
current_version = 6.4.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.(?P<suffix>.+))?
44
serialize =
55
{major}.{minor}.{patch}.{suffix}

jupyter_console/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
See PEP 440 https://www.python.org/dev/peps/pep-0440/
66
"""
77

8-
version_info = (6, 4, 0, 'dev')
8+
version_info = (6, 4, 0)
99

1010
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)