Skip to content

Commit 2a2636a

Browse files
committed
0.3.1
1 parent 41f5535 commit 2a2636a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydantic_argparse/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# Duplicated from `pyproject.toml`
1010
__app__ = "pydantic-argparse"
1111
__description__ = "Typed Argument Parsing with Pydantic"
12-
__version__ = "0.3.0"
12+
__version__ = "0.3.1"
1313
__authors__ = ["Hayden Richards <[email protected]>"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-argparse"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Typed Argument Parsing with Pydantic"
55
authors = ["Hayden Richards <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)