Skip to content

Commit

Permalink
🔖 Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edornd committed Oct 1, 2023
1 parent c3134c7 commit ce3c52a
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 @@ -3,7 +3,7 @@
from argdantic.core import ArgParser
from argdantic.fields import ArgField

__version__ = "0.4.1"
__version__ = "1.0.0"
__all__ = [
"ArgParser",
"ArgField",
Expand Down

0 comments on commit ce3c52a

Please sign in to comment.