X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=7dbb828eabb862302f92189d5e51bc5627d8927c;hb=refs%2Fchanges%2F44%2F6044%2F2;hp=4a0749f2c1c1a17c2510f92c448343e426175534;hpb=5c012612f1292b012dc12b337c611c6f3c083b18;p=osm%2Fcommon.git diff --git a/setup.py b/setup.py index 4a0749f..7dbb828 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup here = os.path.abspath(os.path.dirname(__file__)) _name = "osm_common" -VERSION = "4.0.0rc1" +VERSION = "4.0.0rc1" README = open(os.path.join(here, 'README.rst')).read() setup(