From 02cf86be4f97ab1fc4525941f70015ee1019e53f Mon Sep 17 00:00:00 2001 From: "Ben F. Maier" Date: Tue, 30 Nov 2021 20:23:20 +0100 Subject: [PATCH] v++ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96f59d4..4eaea4c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='binpacking', - version='1.5.1', + version='1.5.2', description='Heuristic distribution of weighted items to bins (either a fixed number of bins or a fixed number of volume per bin). Data may be in form of list, dictionary, list of tuples or csv-file.', url='https://www.github.com/benmaier/binpacking', author='Benjamin F. Maier',