diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfe2029..f225b6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ build_docs: - pip install pdoc - pip install -r requirements.txt - cd .. - - pdoc openlch -o docs + - pdoc openlch -o docs -d google artifacts: paths: - docs/ diff --git a/openlch/__init__.py b/openlch/__init__.py index 3817e21..e42171a 100644 --- a/openlch/__init__.py +++ b/openlch/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.4.3" +__version__ = "0.4.4" from .hal import HAL \ No newline at end of file