Skip to content

Commit

Permalink
use google style docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
hatomist committed Oct 18, 2024
1 parent c9228b1 commit df9ae6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion openlch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.4.3"
__version__ = "0.4.4"

from .hal import HAL

0 comments on commit df9ae6c

Please sign in to comment.