diff --git a/setup.py b/setup.py index b098239..2781885 100644 --- a/setup.py +++ b/setup.py @@ -30,11 +30,11 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="1.0.4", # Required + version="1.0.5", # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: # https://packaging.python.org/specifications/core-metadata/#summary - description="Implementation of the native python version of IB API", # Optional + description="Implementation of the native Python version of IB API", # Optional # This is an optional longer description of your project that represents # the body of text which users will see when they visit PyPI. #