X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2F__init__.py;h=3bfe160833c7bde9c6e6a54a690d308333f2a3c3;hp=7bd5b6bce12c034b4013644e92fbebf5bcf3d219;hb=4568a372eb5a204e04d917213de03ec51f9110c1;hpb=bce98f096fa109eb2323ad9153d15144e897e2c4;ds=inline diff --git a/osm_nbi/__init__.py b/osm_nbi/__init__.py index 7bd5b6b..3bfe160 100644 --- a/osm_nbi/__init__.py +++ b/osm_nbi/__init__.py @@ -12,12 +12,13 @@ # under the License. ## -version = '7.0.1.post23' -version_date = '2020-04-17' +version = "7.0.1.post23" +version_date = "2020-04-17" # Obtain installed package version. Ignore if error, e.g. pkg_resources not installed try: from pkg_resources import get_distribution + version = get_distribution("osm_nbi").version except Exception: pass