Skip to content

Commit

Permalink
version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Oct 15, 2024
1 parent ed8bff5 commit 02cc753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastastore/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PASTAS_LEQ_022 = PASTAS_VERSION <= parse_version("0.22.0")
PASTAS_GEQ_150 = PASTAS_VERSION >= parse_version("1.5.0")

__version__ = "1.8.0.dev0"
__version__ = "1.7.2"


def show_versions(optional=False) -> None:
Expand Down

0 comments on commit 02cc753

Please sign in to comment.