Skip to content

Commit

Permalink
Updating version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Mar 30, 2020
1 parent 91ff663 commit ea7388e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name='typed-argument-parser',
version='1.4',
version='1.4.1',
author='Jesse Michel and Kyle Swanson',
author_email='[email protected]',
description='Typed Argument Parser',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/swansonk14/typed-argument-parser',
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',
license='MIT',
packages=find_packages(),
package_data={"tap": ["py.typed"]},
Expand Down

0 comments on commit ea7388e

Please sign in to comment.