Skip to content

Commit

Permalink
Bump version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Dec 15, 2023
1 parent eebe37f commit 4400afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastymap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from .models import TastyBar, TastyMap
from .ui import TastyKitchen

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = ["cook_tmap", "pair_tbar", "TastyMap", "TastyBar", "TastyKitchen"]

0 comments on commit 4400afa

Please sign in to comment.