Skip to content

Commit 3bfb7bb

Browse files
committed
📝 fix docs
1 parent f5b47e8 commit 3bfb7bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/readthedocs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: |
1818
curl -X POST \
1919
-H "Authorization: Token $READTHEDOCS_TOKEN" \
20-
https://readthedocs.org/api/v3/projects/ontoaligner/builds/
20+
https://readthedocs.org/api/v3/projects/ontoaligner/

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setup(app: Sphinx):
2424
project = 'OntoAligner'
2525
copyright = f'{str(datetime.datetime.now().year)} SciKnowOrg'
2626
author = 'Hamed Babaei Giglou'
27-
release = '0.1.0'
27+
release = '0.2.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)