Skip to content

Commit 5a79996

Browse files
Publish 6.4.1
SHA256 hashes: jupyter_console-6.4.1-py3-none-any.whl: df65e3bac3bdc52bdfe8dc5c6804007b2d668c9b7cf7e23be111ef12c28abff3 jupyter_console-6.4.1.tar.gz: e098ff6338b7dacc91e9a2361e966d2f0b7c897aa4be074f05798d2dc6c19fc2
1 parent a48288d commit 5a79996

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