Skip to content

Commit b569790

Browse files
committed
Bump version to 1.10.1
1 parent af4b7db commit b569790

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ tap = ["py.typed"]
6565
[project.urls]
6666
Homepage = "https://github.com/swansonk14/typed-argument-parser"
6767
Issues = "https://github.com/swansonk14/typed-argument-parser/issues"
68-
# download_url=f"https://github.com/swansonk14/typed-argument-parser/archive/refs/tags/v_{__version__}.tar.gz"

src/tap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Typed Argument Parser
33
"""
44

5-
__version__ = "1.10.0"
5+
__version__ = "1.10.1"
66

77
from argparse import ArgumentError, ArgumentTypeError
88
from tap.tap import Tap

0 commit comments

Comments
 (0)