Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lavakin committed Mar 13, 2024
1 parent 4340c73 commit 598f361
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file removed dist/setminga-0.1.tar.gz
Binary file not shown.
Binary file removed dist/setminga-0.2.tar.gz
Binary file not shown.
Binary file added dist/setminga-0.3.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setminga.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 598f361

Please sign in to comment.