Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
daffidwilde committed Apr 7, 2024
1 parent 1e98239 commit fd153ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .matchings import MultipleMatching, SingleMatching
from .players import Hospital, Player, Project, Supervisor

__version__ = "1.4.3"
__version__ = "2.0.0"

__all__ = [
"BaseGame",
Expand Down

0 comments on commit fd153ae

Please sign in to comment.