Update setup.py

This commit is contained in:
Daniel Wilczak
2020-10-13 18:09:08 -04:00
committed by GitHub
parent 2f91dea637
commit b966b22b04

View File

@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='EasyGA',
version='0.0.25',
version='0.0.26',
description='A ubiquitous or general purpuse GA',
py_modules=["EasyGA"],
packages=find_packages(where='EasyGA'),