diff --git a/pyproject.toml b/pyproject.toml index a2329c3..d272ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,4 +65,3 @@ tap = ["py.typed"] [project.urls] Homepage = "https://github.com/swansonk14/typed-argument-parser" Issues = "https://github.com/swansonk14/typed-argument-parser/issues" -# download_url=f"https://github.com/swansonk14/typed-argument-parser/archive/refs/tags/v_{__version__}.tar.gz" diff --git a/src/tap/__init__.py b/src/tap/__init__.py index d3fd9c8..e7ff7ab 100644 --- a/src/tap/__init__.py +++ b/src/tap/__init__.py @@ -2,7 +2,7 @@ Typed Argument Parser """ -__version__ = "1.10.0" +__version__ = "1.10.1" from argparse import ArgumentError, ArgumentTypeError from tap.tap import Tap