Skip to content

Commit 53cca06

Browse files
committed
Docs fix
1 parent f56e452 commit 53cca06

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
project = 'SuperAnnotate Python SDK'
2222
copyright = '2020, SuperAnnotate AI'
23-
author = 'Hovnatan Karapetyan, Vahagn Tumanyan, Armen Gyurjinyan, Shabin Dilanchian'
23+
author = 'Hovnatan Karapetyan, Vahagn Tumanyan, Armen Gyurjinyan, Shabin Dilanchian, Erik Harutyunyan, Arsine Mangasaryan'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '1.0'
26+
release = superannotate.__version__
2727

2828
# -- General configuration ---------------------------------------------------
2929
master_doc = 'index'

docs/source/superannotate.sdk.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ ________________________
302302
.. autofunction:: superannotate.add_annotation_cuboid_to_json
303303
.. autofunction:: superannotate.add_annotation_comment_to_json
304304
.. autofunction:: superannotate.aggregate_annotations_as_df
305-
.. autofunction:: superannotate.consensus
306305
.. autofunction:: superannotate.df_to_annotations
307306
.. _ref_filter_annotation_instances:
308307
.. autofunction:: superannotate.filter_annotation_instances

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.3"
1+
__version__ = "2.3.4"

0 commit comments

Comments
 (0)