From 6b7463793ceb0f38879304d1c494a33969583d32 Mon Sep 17 00:00:00 2001 From: Francisco Neves Date: Tue, 11 Apr 2017 13:18:44 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c3ea9d..1eba163 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): setup( name="vania", - version="0.1.1", + version="0.2.0", description="A module to fairly distribute objects among targets considering weights.", license="MIT", author="Hackathonners",