Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Sep 26, 2024
1 parent 917e089 commit 6f4245c
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.6.1"
__version__ = "1.7.0"


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

0 comments on commit 6f4245c

Please sign in to comment.