diff --git a/dist/setminga-0.1.tar.gz b/dist/setminga-0.1.tar.gz deleted file mode 100644 index 7ca9f92..0000000 Binary files a/dist/setminga-0.1.tar.gz and /dev/null differ diff --git a/dist/setminga-0.2.tar.gz b/dist/setminga-0.2.tar.gz deleted file mode 100644 index ce31005..0000000 Binary files a/dist/setminga-0.2.tar.gz and /dev/null differ diff --git a/dist/setminga-0.3.tar.gz b/dist/setminga-0.3.tar.gz new file mode 100644 index 0000000..1370b83 Binary files /dev/null and b/dist/setminga-0.3.tar.gz differ diff --git a/setminga.egg-info/PKG-INFO b/setminga.egg-info/PKG-INFO index c9acc7e..cd5d6fc 100644 --- a/setminga.egg-info/PKG-INFO +++ b/setminga.egg-info/PKG-INFO @@ -1,8 +1,8 @@ Metadata-Version: 2.1 Name: setminga -Version: 0.2 +Version: 0.3 Summary: library designed to extract a minimal subset from a given set, optimizing a given (set of) objective(s). Based on the DEAP library. -Home-page: https://github.com/lavakin/setmiga +Home-page: https://github.com/lavakin/setminga Download-URL: https://github.com/lavakin/setminga/archive/refs/tags/v0.2.tar.gz Author: Nikola Kalábová Author-email: nikola@kalabova.eu diff --git a/setup.py b/setup.py index ef22a33..9d27d43 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name = 'setminga', packages = ['setminga'], - version = '0.2', + version = '0.3', license='MIT', description = 'library designed to extract a minimal subset from a given set, optimizing a given (set of) objective(s). Based on the DEAP library.', # Give a short description about your library author = 'Nikola Kalábová', author_email = 'nikola@kalabova.eu', - url = 'https://github.com/lavakin/setmiga', + url = 'https://github.com/lavakin/setminga', download_url = 'https://github.com/lavakin/setminga/archive/refs/tags/v0.2.tar.gz', keywords = ['Genetic algorithms', 'minimal subset', 'multi-objective', "optimization"], install_requires=[