We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7747ae5 + 9ad6661 commit 9fcac30Copy full SHA for 9fcac30
CHANGELOG.rst
@@ -18,7 +18,8 @@ ________________________
18
- Renamed project type GenAI to Multimodal
19
20
21
-4.4.25 - Sep 30, 2024
+
22
+4.4.25 - Oct 7, 2024
23
________________________
24
25
**Added**
src/superannotate/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
5
6
-__version__ = "4.4.26b1"
+__version__ = "4.4.26"
7
8
os.environ.update({"sa_version": __version__})
9
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
0 commit comments