Skip to content

Commit

Permalink
newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
melvio committed Sep 23, 2024
1 parent d54a630 commit fc14fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hopla/hoplalib/hoplaversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from typing import Final, Optional

MAJOR_VERSION: Final[int] = 0
MINOR_VERSION: Final[int] = 0
PATCH_VERSION: Final[int] = 44
MINOR_VERSION: Final[int] = 1
PATCH_VERSION: Final[int] = 0
PRE_RELEASE: Final[Optional[str]] = "alpha"


Expand Down

0 comments on commit fc14fe3

Please sign in to comment.