Skip to content

Commit

Permalink
Added __init__ file to module folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Nov 25, 2020
1 parent c6348ab commit e03944e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Usage guide
Changelog
-------------

Version 1.0.2
Version 1.0.3
-First release.

License
Expand Down
4 changes: 4 additions & 0 deletions aliexpress/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""AliExpress API wrapper for Python"""

__version__ = '1.0.3'
__author__ = 'Sergio Abad'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='python-aliexpress-api',
version='1.0.2',
version='1.0.3',
author='Sergio Abad',
author_email='sergio.abad@bytelix.com',
description='AliExpress API wrapper for Python',
Expand Down

0 comments on commit e03944e

Please sign in to comment.