Skip to content

Commit 1271ed9

Browse files
committed
Update __init__.py
1 parent 2bed23b commit 1271ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pydantic==1.8.2
55
six==1.16.0
66
termcolor==1.1.0
77
typing-extensions==3.10.0.2
8-
?typingx==0.5.3
8+
typingx==0.5.3

src/superannotate_schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from superannotate_schemas.validators import AnnotationValidators
88

99

10-
__version__ = '1.0.39b2'
10+
__version__ = '1.0.39b3'
1111

1212
__all__ = [
1313
"__version__",

0 commit comments

Comments
 (0)