diff --git a/setup.py b/setup.py index 7054a643..6fa4c5b9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools -version = '1.0.4c' +version = '1.0.5' homepage = 'https://github.com/python-amazon-mws/python-amazon-mws' short_description = 'Python library for interacting with the Amazon MWS API' with open('README.md') as readme: