From 8412ac034e077f0197acc25276f54727dbc23497 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 27 Jan 2016 15:08:54 -0800 Subject: [PATCH] 5.10.3 dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72980bb0..60719ff1 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ class PyTest(TestCommand): setup( name='raven', - version='5.10.2', + version='5.10.3.dev.0', author='Sentry', author_email='hello@getsentry.com', url='https://github.com/getsentry/raven-python',