[med-svn] [python-pymummer] 01/03: Imported Upstream version 0.7.1

Afif Elghraoui afif at moszumanska.debian.org
Sun Apr 24 03:28:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository python-pymummer.

commit 46000d69ac880e69640417671dd6af2f64dfe32d
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Apr 23 20:23:40 2016 -0700

    Imported Upstream version 0.7.1
---
 pymummer/__init__.py | 8 ++++++++
 setup.py             | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/pymummer/__init__.py b/pymummer/__init__.py
index fe82375..dd7bf26 100644
--- a/pymummer/__init__.py
+++ b/pymummer/__init__.py
@@ -1,3 +1,11 @@
+from pkg_resources import get_distribution
+
+try:
+    __version__ = get_distribution('pymummer').version
+except:
+    __version__ = 'local'
+
+
 __all__ = [
     'alignment',
     'coords_file',
diff --git a/setup.py b/setup.py
index 150d9c4..8a4e483 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if not found_all_progs:
 
 setup(
     name='pymummer',
-    version='0.7.0',
+    version='0.7.1',
     description='Wrapper for MUMmer',
     packages = find_packages(),
     author='Martin Hunt, Nishadi De Silva',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pymummer.git



More information about the debian-med-commit mailing list