Skip to content

Commit ea7388e

Browse files
committed
Updating version to 1.4.1
1 parent 91ff663 commit ea7388e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setup(
77
name='typed-argument-parser',
8-
version='1.4',
8+
version='1.4.1',
99
author='Jesse Michel and Kyle Swanson',
1010
author_email='[email protected]',
1111
description='Typed Argument Parser',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
1414
url='https://github.com/swansonk14/typed-argument-parser',
15-
download_url='https://github.com/swansonk14/typed-argument-parser/v_1.4.tar.gz',
15+
download_url='https://github.com/swansonk14/typed-argument-parser/v_1.4.1.tar.gz',
1616
license='MIT',
1717
packages=find_packages(),
1818
package_data={"tap": ["py.typed"]},

0 commit comments

Comments
 (0)