Skip to content

Commit 669e4a5

Browse files
authored
Update __init__.py
1 parent 1eef92f commit 669e4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
# version must stay on line 22
22-
__version__ = "4.0.23"
22+
__version__ = "4.0.24"
2323
version_split = __version__.split(".")
2424
__spec_version__ = (
2525
(1000 * int(version_split[0]))

0 commit comments

Comments
 (0)