Skip to content

Commit

Permalink
0.2.0 to PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VicentePerezSoloviev committed Jun 10, 2020
1 parent 2ce2cd1 commit 161d96a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions EDAspy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: EDAspy
Version: 0.1.0
Summary: This is a package where some estimation of distribution algorithms are implemented.
Version: 0.2.0
Summary: Estimation of Distribution Algorithms
Home-page: https://github.com/VicentePerezSoloviev/EDAspy
Author: Vicente P. Soloviev
Author-email: vicente.perez.soloviev@gmail.com
License: LGPLv2+
Download-URL: https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.0.tar.gz
Download-URL: https://github.com/VicentePerezSoloviev/EDAspy/archive/0.2.0.tar.gz
Description: # EDAspy

## Description
Expand Down Expand Up @@ -165,7 +165,7 @@ Description: # EDAspy

#### Installing
```
pip install git+https://github.com/vicenteperezsoloviev/EDAspy.git#egg=EDAspy
pip install EDAspy
```

Keywords: EDA,estimation,bayesian,evolutionary,algorithm,optimization
Expand Down
Binary file modified dist/EDAspy-0.1.0.tar.gz
Binary file not shown.
Binary file added dist/EDAspy-0.2.0.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 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.1.0",
version="0.2.0",
author="Vicente P. Soloviev",
author_email="vicente.perez.soloviev@gmail.com",
description="This is a package where some estimation of distribution algorithms are implemented.",
description="Estimation of Distribution Algorithms",
long_description=long_description,
long_description_content_type="text/markdown",
download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.0.tar.gz",
download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.2.0.tar.gz",
url="https://github.com/VicentePerezSoloviev/EDAspy",
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit 161d96a

Please sign in to comment.