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.
1 parent f6784f4 commit b4a3e11Copy full SHA for b4a3e11
.readthedocs.yml
@@ -19,7 +19,7 @@ formats:
19
20
# Optionally set the version of Python and requirements required to build your docs
21
python:
22
- version: 3.7
+ version: 3.8
23
install:
24
- requirements: requirements.txt
25
- requirements: requirements_extra.txt
src/superannotate/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
import typing
5
6
-__version__ = "4.4.10dev4"
+__version__ = "4.4.10b1"
7
8
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
9
0 commit comments