Skip to content

Commit 5d42760

Browse files
Publish 6.4.2
SHA256 hashes: jupyter_console-6.4.2-py3-none-any.whl: 1d52cf1a80f0c7accaa2b8c68ca3e6fa2311ec33ac9651d6cb6b9168cca1dad9 jupyter_console-6.4.2.tar.gz: fce5bccac926c690924168ad46cae33a7d78d643a7b60af0f260af25d38ecf26
1 parent 9f1f70c commit 5d42760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_console/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
from typing import List, Union
33

4-
__version__ = "6.4.1"
4+
__version__ = "6.4.2"
55

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip = ["check-links"]
99
ignore = [".mailmap", "*.yml", "*.yaml"]
1010

1111
[tool.tbump.version]
12-
current = "6.4.1"
12+
current = "6.4.2"
1313
regex = '''
1414
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1515
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)