Skip to content

Commit

Permalink
Bump version to v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp committed Sep 6, 2024
1 parent 29c20d0 commit aea2c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

PACKAGE_BASE_PATH = Path(__file__).absolute().parent

__version__ = "v1.29.0"
__version__ = "v1.30.0"


class EvoException(Exception):
Expand Down

0 comments on commit aea2c25

Please sign in to comment.