Skip to content

Commit

Permalink
update version to 1.0-beta.2 with py-dhl and py-fedex upgraded to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Jul 7, 2018
1 parent ec9607b commit be20378
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
from setuptools import setup

setup(name='openship',
version='1.0-beta.1',
version='1.0-beta.2',
description='Shipping carriers mappers and proxies',
url='https://github.com/OpenShip/openship',
author='DanH91',
author_email='danielk.developer@gmail.com',
license='LGPL',
packages=['openship'],
install_requires=[
'py-fedex==1.0',
'py-dhl==1.0',
'py-fedex==1.1',
'py-dhl==1.1',
'py-soap==1.0',
'gds-helpers==0.3.0',
],
dependency_links=[
'git+https://github.com/OpenShip/py-fedex.git@v1.0#egg=py-fedex-1.0',
'git+https://github.com/OpenShip/py-dhl.git@v1.0#egg=py-dhl-1.0',
'git+https://github.com/OpenShip/py-fedex.git@v1.1#egg=py-fedex-1.1',
'git+https://github.com/OpenShip/py-dhl.git@v1.1#egg=py-dhl-1.1',
'git+https://github.com/OpenShip/py-soap.git@v1.0#egg=py-soap-1.0',
'git+https://github.com/OpenShip/generateDs-helpers.git@v0.3.0#egg=gds-helpers-0.3.0',
],
Expand Down

0 comments on commit be20378

Please sign in to comment.