From 6557de033cf3f1a3831f60687e20040f32061510 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Thu, 29 Jan 2015 06:03:05 -0800 Subject: [PATCH] Reset version back to 0.3 I know this may cause some headaches, but we want to keep the version # below 1.0 under we're fully in production. The 1.0 hack was a workaround for pbr problems. And we need to bump anyway for the "count" option on find_streams to get exposed. This is all really just for pypi. Change-Id: I8d2567d303c04a5b9e6c295522568cca301283ec --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dffded7..3636df3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] description-file = README.md name = winchester -version = 1.0 +version = 0.3 author = Monsyne Dragon author_email = mdragon@rackspace.com summary = An OpenStack notification event processing library.