From df9ae6c10aa2f478086edf87a9c881a67f6d0ba1 Mon Sep 17 00:00:00 2001 From: Denys Bezmenov Date: Fri, 18 Oct 2024 15:16:20 -0700 Subject: [PATCH] use google style docstrings --- .gitlab-ci.yml | 2 +- openlch/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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