From c65cfdcea0ce112b3c301607a238af0656c8a9e0 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:04:49 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1212dc7..99b83b0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setup( name='EasyGA', - version='0.0.33', + version='1.0.0', description='EasyGA is a python package designed to provide an easy-to-use Genetic Algorithm. The package is designed to work right out of the box, while also allowing the user to customize features as they see fit.', py_modules=["EasyGA","attributes","test_EasyGA"], packages=find_packages(where='EasyGA'),