Skip to content

Commit

Permalink
release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Feb 14, 2021
1 parent f71c273 commit 372d37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def launch_http_server(directory):

setup(
name='ConfigArgParse',
version="1.2.3",
version="1.3",
description='A drop-in replacement for argparse that allows options to '
'also be set via config files and/or environment variables.',
long_description=long_description,
Expand All @@ -98,6 +98,7 @@ def launch_http_server(directory):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
Expand Down

0 comments on commit 372d37d

Please sign in to comment.