We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043490c commit acf6a75Copy full SHA for acf6a75
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2024 Jesse Michel and Kyle Swanson
+Copyright (c) 2025 Jesse Michel and Kyle Swanson
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
src/tap/__init__.py
@@ -2,7 +2,7 @@
Typed Argument Parser
"""
5
-__version__ = "1.10.1"
+__version__ = "1.11.0"
6
7
from argparse import ArgumentError, ArgumentTypeError
8
from tap.tap import Tap
0 commit comments