Skip to content

Commit bcf17a3

Browse files
Publish 6.4.3
SHA256 hashes: jupyter_console-6.4.3-py3-none-any.whl: e630bcb682c0088dda45688ad7c2424d4a825c8acf494cb036ced03ed0424841 jupyter_console-6.4.3.tar.gz: 55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5
1 parent e63e080 commit bcf17a3

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.2"
4+
__version__ = "6.4.3"
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.2"
12+
current = "6.4.3"
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)