Skip to content

Commit

Permalink
Bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Jul 7, 2024
1 parent af4b7db commit b569790
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/tap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b569790

Please sign in to comment.