Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2024
1 parent 51c285e commit 0e609bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installpypgstac.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
uv venv
source .venv/bin/activate
uv sync --no-install-project --extra test --extra dev --extra
uv sync --no-install-project --extra test --extra dev --extra
1 change: 1 addition & 0 deletions src/pypgstac/python/pypgstac/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Version."""

__version__ = "0.9.1-dev"

0 comments on commit 0e609bc

Please sign in to comment.