Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupImDos committed Dec 15, 2021
1 parent f11c76b commit 26b49e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydantic_argparse/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# Duplicated from `pyproject.toml`
__app__ = "pydantic-argparse"
__description__ = "Typed Argument Parsing with Pydantic"
__version__ = "0.2.0"
__version__ = "0.3.0"
__authors__ = ["Hayden Richards <SupImDos@gmail.com>"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-argparse"
version = "0.2.0"
version = "0.3.0"
description = "Typed Argument Parsing with Pydantic"
authors = ["Hayden Richards <SupImDos@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 26b49e9

Please sign in to comment.