diff --git a/setup.py b/setup.py index a8ccc28..e94e5ee 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="binette", - version="0.1.5", + version="0.1.6", author="Jean Mainguy", packages=find_packages(), entry_points={"console_scripts": ["binette = binette.binette:main"]},