Skip to content

Commit a91d624

Browse files
Publish 6.4.4
SHA256 hashes: jupyter_console-6.4.4-py3-none-any.whl: 756df7f4f60c986e7bc0172e4493d3830a7e6e75c08750bbe59c0a5403ad6dee jupyter_console-6.4.4.tar.gz: 172f5335e31d600df61613a97b7f0352f2c8250bbd1092ef2d658f77249f89fb
1 parent 5b7a79f commit a91d624

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