Skip to content

Commit

Permalink
Add version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
alicflorez committed Mar 6, 2018
1 parent b8875bc commit 240f374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
setup(
name='pydelivengo',
license='MIT',
version = 'v1.1',
version = 'v1.2',
description = 'A lib to use MyDelivengo API',
author = 'Alicia FLOREZ',
author_email = '[email protected]',
url = 'https://github.com/alexandriagroup/pydelivengo',
download_url = 'https://github.com/alexandriagroup/pydelivengo/archive/v1.1.tar.gz',
download_url = 'https://github.com/alexandriagroup/pydelivengo/archive/v1.2.tar.gz',
keywords=['api', 'mydelivengo', 'python', 'webservices'],
packages=['pydelivengo'],
)

0 comments on commit 240f374

Please sign in to comment.