diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44b000bb..387e153c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: debug-statements - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black language_version: python3 @@ -25,7 +25,7 @@ repos: name: isort (python) - repo: https://github.com/PyCQA/autoflake - rev: v2.0.0 + rev: v2.0.1 hooks: - id: autoflake args: diff --git a/sentinelhub/_version.py b/sentinelhub/_version.py index fa213ace..bb5d2ad1 100644 --- a/sentinelhub/_version.py +++ b/sentinelhub/_version.py @@ -1,3 +1,3 @@ """Version of the sentinelhub package.""" -__version__ = "3.8.2" +__version__ = "3.8.3"