Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzo committed Mar 18, 2020
1 parent 2b035a2 commit f19ff48
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
@@ -1,11 +1,11 @@
from setuptools import setup

setup(name='py_ddspls',
version='1.1.0',
version='1.1.1',
description='The multi data driven sparse pls package',
long_description=open('README.txt').read(),
url='http://github.com/hlorenzo/py_ddspls',
download_url='https://github.com/hlorenzo/py_ddspls/archive/v_110.tar.gz',
download_url='https://github.com/hlorenzo/py_ddspls/archive/v_111.tar.gz',
author='Hadrien Lorenzo',
author_email='hadrien.lorenzo.2015@gmail.com',
license='MIT',
Expand Down

0 comments on commit f19ff48

Please sign in to comment.