Skip to content

Commit

Permalink
🔖 Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edornd committed Feb 26, 2024
1 parent 1fa78f4 commit 04151a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argdantic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from argdantic.core import ArgParser
from argdantic.fields import ArgField

__version__ = "1.0.1"
__version__ = "1.1.0"
__all__ = [
"ArgParser",
"ArgField",
Expand Down

0 comments on commit 04151a1

Please sign in to comment.