We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a27fa9 commit b839f47Copy full SHA for b839f47
2 files changed
README.rst
@@ -109,8 +109,6 @@ The package officially supports Python 3.10+ and was tested under Linux and
109
Windows (`Anaconda <https://www.anaconda.com/products/individual#windows>`__
110
) platforms.
111
112
-For more detailed installation steps and package usage please have a look at the :ref:`quickstart guide <ref_quickstart>`
113
-
114
115
Supported Features
116
------------------
src/superannotate/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
5
6
-__version__ = "4.5.1b1"
+__version__ = "4.5.1b2"
7
8
9
os.environ.update({"sa_version": __version__})
0 commit comments