Skip to content

Commit

Permalink
v++
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Nov 30, 2021
1 parent 54229c3 commit 02cf86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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',
Expand Down

0 comments on commit 02cf86b

Please sign in to comment.