Change run_testing to run for my fingers sake. Also update setup.py to new version

This commit is contained in:
danielwilczak101
2020-11-17 02:49:52 -05:00
parent 260d17bf91
commit e7b0e7071c
2 changed files with 1 additions and 1 deletions

View File

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