Skip to content

Commit

Permalink
Merge pull request #66 from SenteraLLC/update-shapely
Browse files Browse the repository at this point in the history
update shapely
  • Loading branch information
tnigon committed Aug 10, 2023
2 parents 8359762 + b579311 commit 1e24e79
Show file tree
Hide file tree
Showing 4 changed files with 1,237 additions and 1,086 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: (tests|doc)
Expand Down
2 changes: 1 addition & 1 deletion geoml/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines package version. Parsed by setup.py and imported by __init__.py."""

__version__ = "1.0.1"
__version__ = "1.0.2"
Loading

0 comments on commit 1e24e79

Please sign in to comment.