From: Anirudha Bose Date: Sun, 19 Jun 2016 14:42:32 +0000 (+0530) Subject: pybind: Start new version of Rados package from 2.0.0 X-Git-Tag: ses5-milestone5~486^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb463f43cd06817256af6ae06425c16589f7b1f4;p=ceph.git pybind: Start new version of Rados package from 2.0.0 Signed-off-by: Anirudha Bose --- diff --git a/src/pybind/rados/setup.py b/src/pybind/rados/setup.py index efe574ba37b4..850c1ac1d890 100755 --- a/src/pybind/rados/setup.py +++ b/src/pybind/rados/setup.py @@ -23,7 +23,7 @@ from distutils.sysconfig import customize_compiler # Bump this version, after every changeset # NOTE: This version is not the same as get_ceph_version() -__version__ = '0.0.1' +__version__ = '2.0.0' def get_ceph_version():