[med-svn] [python-pyfaidx] 01/03: Imported Upstream version 0.4.5.2

Andreas Tille tille at debian.org
Thu Jan 28 10:19:56 UTC 2016


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

tille pushed a commit to branch master
in repository python-pyfaidx.

commit e8e3db2b0561df9ef90ed696ffe9d2f94525ffd1
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 17 22:35:39 2015 +0100

    Imported Upstream version 0.4.5.2
---
 pyfaidx/__init__.py | 2 +-
 setup.py            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyfaidx/__init__.py b/pyfaidx/__init__.py
index 6cd39ab..ceaa532 100644
--- a/pyfaidx/__init__.py
+++ b/pyfaidx/__init__.py
@@ -21,7 +21,7 @@ from math import ceil
 
 dna_bases = re.compile(r'([ACTGNactgnYRWSKMDVHBXyrwskmdvhbx]+)')
 
-__version__ = '0.4.5.1'
+__version__ = '0.4.5.2'
 
 
 class FastaIndexingError(Exception):
diff --git a/setup.py b/setup.py
index de1f2e2..915f2da 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
     description='pyfaidx: efficient pythonic random '
                 'access to fasta subsequences',
     long_description=open('README.rst').read(),
-    license='MIT',
+    license='BSD',
     packages=['pyfaidx'],
     install_requires=install_requires,
     entry_points={'console_scripts': ['faidx = pyfaidx.cli:main']},

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



More information about the debian-med-commit mailing list