Skip to content

Commit

Permalink
Bump version to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Nov 2, 2024
1 parent 0f2ea9f commit 98d3e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrolytes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)
from typer import get_app_dir

__version__ = "0.4.6"
__version__ = "0.4.7"


class Constituent(BaseModel, populate_by_name=True, frozen=True):
Expand Down

0 comments on commit 98d3e3a

Please sign in to comment.