From d58722f005e6a883ed17417b2f1a821c1673694b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 29 Feb 2016 19:47:31 +0100 Subject: [PATCH] Another dev version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a23c034..5ba0e503 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ class PyTest(TestCommand): setup( name='raven', - version='5.11.0', + version='5.11.1.dev.0', author='Sentry', author_email='hello@getsentry.com', url='https://github.com/getsentry/raven-python',