Skip to content

Commit 9fcac30

Browse files
authored
Merge branch 'master' into develop
2 parents 7747ae5 + 9ad6661 commit 9fcac30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ ________________________
1818
- Renamed project type GenAI to Multimodal
1919

2020

21-
4.4.25 - Sep 30, 2024
21+
22+
4.4.25 - Oct 7, 2024
2223
________________________
2324

2425
**Added**

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55

6-
__version__ = "4.4.26b1"
6+
__version__ = "4.4.26"
77

88
os.environ.update({"sa_version": __version__})
99
sys.path.append(os.path.split(os.path.realpath(__file__))[0])

0 commit comments

Comments
 (0)