diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b34864d0..d6bdbd55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,8 +17,3 @@ repos: hooks: - id: black language_version: python3 - - - repo: https://github.com/PyCQA/pydocstyle - rev: 6.3.0 - hooks: - - id: pydocstyle diff --git a/vip_hci/__init__.py b/vip_hci/__init__.py index f7218021..c2b69db0 100644 --- a/vip_hci/__init__.py +++ b/vip_hci/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.0" +__version__ = "1.5.1" from . import preproc