From 9ded11b5928b5e60eda22fba7e30ad43a60a2e45 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Sat, 23 Jan 2021 20:54:44 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c9ec745..c01f667 100644 --- a/setup.py +++ b/setup.py @@ -6,9 +6,9 @@ with open("README.md", "r") as fh: setup( name='EasyGA', - version='1.0.1', + version='1.2.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"], + py_modules=["EasyGA","attributes","test_EasyGA","decorators.py"], packages=find_packages(where='EasyGA'), package_dir={ '': 'EasyGA',