From 8d39569b0f76197af250b3705991dbf498613020 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Wed, 21 Oct 2015 09:23:22 +0530 Subject: [PATCH] Add the version info 2.0.0 to client This commit adds the version info into the client to match the server version. Change-Id: I4ce5b6593d529f0f95f901650f3518f723e527c1 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6a5bbbe..839c477 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = python-congressclient +version = 2.0.0 summary = Client for Congress description-file = README.rst