Skip to content

Commit b4a3e11

Browse files
committed
Version update
1 parent f6784f4 commit b4a3e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ formats:
1919

2020
# Optionally set the version of Python and requirements required to build your docs
2121
python:
22-
version: 3.7
22+
version: 3.8
2323
install:
2424
- requirements: requirements.txt
2525
- requirements: requirements_extra.txt

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
import typing
55

6-
__version__ = "4.4.10dev4"
6+
__version__ = "4.4.10b1"
77

88
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
99

0 commit comments

Comments
 (0)