diff --git a/README.md b/README.md index b9a7ccc..77dc61c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Usage guide Changelog ------------- - Version 1.0.0 + Version 1.0.1 -First release. License diff --git a/setup.py b/setup.py index 2d05dfc..62ee7a3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='python-aliexpress-api', - version='1.0.0', + version='1.0.1', author='Sergio Abad', author_email='sergio.abad@bytelix.com', description='AliExpress API wrapper for Python',