From 38dd40e80db9d12aec3b0c4e42a78f1529d0a742 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 21 Jan 2016 09:25:25 -0800 Subject: [PATCH] This is a dev version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc37fa3c..c29638e7 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ class PyTest(TestCommand): setup( name='raven', - version='5.10.0', + version='5.10.1.dev.0', author='David Cramer', author_email='dcramer@gmail.com', url='https://github.com/getsentry/raven-python',