From 4409a2440ca25988f5ebff72eb23d16f1fe4d1b5 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Tue, 3 Nov 2015 22:04:22 -0800 Subject: [PATCH] Bump version to 0.6 well, that was quick :-) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82f27c5..5d2e4fe 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="viscm", - version="0.5", + version="0.6", description=DESC, long_description=LONG_DESC, author="Nathaniel J. Smith, Stefan van der Walt",