From 9f821a409cdd17b532dbbb16a58a61393495db58 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sat, 11 Oct 2014 23:19:32 +0200 Subject: [PATCH] setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bccdaad..37be75a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name = 'BMC', - version = "0.2dev", + version = "0.3dev", url = "https://github.com/Phyks/BMC", author = "", license = "no-alcohol beer-ware license",