We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ff663 commit ea7388eCopy full SHA for ea7388e
setup.py
@@ -5,14 +5,14 @@
5
6
setup(
7
name='typed-argument-parser',
8
- version='1.4',
+ version='1.4.1',
9
author='Jesse Michel and Kyle Swanson',
10
author_email='[email protected]',
11
description='Typed Argument Parser',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
14
url='https://github.com/swansonk14/typed-argument-parser',
15
- download_url='https://github.com/swansonk14/typed-argument-parser/v_1.4.tar.gz',
+ download_url='https://github.com/swansonk14/typed-argument-parser/v_1.4.1.tar.gz',
16
license='MIT',
17
packages=find_packages(),
18
package_data={"tap": ["py.typed"]},
0 commit comments