Skip to content

Commit

Permalink
increase version and update pre-commit (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Feb 16, 2023
1 parent 8456baa commit 47b407c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion sentinelhub/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the sentinelhub package."""

__version__ = "3.8.2"
__version__ = "3.8.3"

0 comments on commit 47b407c

Please sign in to comment.