Skip to content

Commit c65cfdc

Browse files
Update setup.py
1 parent 160e67b commit c65cfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='EasyGA',
9-
version='0.0.33',
9+
version='1.0.0',
1010
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.',
1111
py_modules=["EasyGA","attributes","test_EasyGA"],
1212
packages=find_packages(where='EasyGA'),

0 commit comments

Comments
 (0)