From 0e3b86bd34ac7eee7aad6d1bbbd02122b654906b Mon Sep 17 00:00:00 2001 From: Lev Givon Date: Sun, 22 Mar 2015 08:38:37 -0400 Subject: [PATCH] Bump release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f76b6551..cb7ee9b4 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup NAME = 'scikits.cuda' -VERSION = '0.5.0a3' +VERSION = '0.5.0b1' AUTHOR = 'Lev Givon' AUTHOR_EMAIL = 'lev@columbia.edu' URL = 'https://github.com/lebedov/scikits.cuda/'