Skip to content

Commit 9b28478

Browse files
author
Ubuntu
committed
remove anthropic
1 parent 56ccc1d commit 9b28478

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__ = "3.2.5"
22+
__version__ = "3.2.6"
2323
version_split = __version__.split(".")
2424
__spec_version__ = (
2525
(1000 * int(version_split[0]))

0 commit comments

Comments
 (0)