Skip to content

Commit

Permalink
0.1.1 to PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VicentePerezSoloviev committed Jun 10, 2020
1 parent 161d96a commit deb120e
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 @@ -5,13 +5,13 @@

setuptools.setup(
name="EDAspy",
version="0.2.0",
version="0.1.1",
author="Vicente P. Soloviev",
author_email="vicente.perez.soloviev@gmail.com",
description="Estimation of Distribution Algorithms",
long_description=long_description,
long_description_content_type="text/markdown",
download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.2.0.tar.gz",
download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.1.tar.gz",
url="https://github.com/VicentePerezSoloviev/EDAspy",
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit deb120e

Please sign in to comment.