Skip to content

Commit 0a48c0c

Browse files
committed
Updated version numbers
1 parent b256a57 commit 0a48c0c

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Taxon Names Resolver
22
[![Build Status](https://travis-ci.org/DomBennett/TaxonNamesResolver.svg)](https://travis-ci.org/DomBennett/TaxonNamesResolver)
3-
[![Coverage Status](https://coveralls.io/repos/DomBennett/TaxonNamesResolver/badge.svg?branch=master)](https://coveralls.io/r/DomBennett/TaxonNamesResolver?branch=master)
3+
[![Coverage Status](https://coveralls.io/repos/DomBennett/TaxonNamesResolver/badge.svg?branch=master)](https://coveralls.io/r/DomBennett/TaxonNamesResolver?branch=master)
44
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.45342.svg)](http://dx.doi.org/10.5281/zenodo.45342)
55

66
A python package for the automatic search of taxon names against the
@@ -11,14 +11,15 @@ A python package for the automatic search of taxon names against the
1111
* automatically resolve lists of taxonomic names within python or via command-line
1212
* generate taxonomic trees
1313
* identify unique lineages
14+
* python 2 and 3 compatible
1415

1516
### Installation and usage
1617

1718
Click [here][wiki], to see the wiki for information on how to use and install.
1819

1920
### Version
2021

21-
1.0.5
22+
1.0.6
2223

2324
### License
2425

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"Development Status :: 4 - Beta",
4141
"Topic :: Scientific/Engineering :: Bio-Informatics",
4242
"Programming Language :: Python :: 2.7",
43+
"Programming Language :: Python :: 3.4",
44+
"Programming Language :: Python :: 3.5",
4345
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
4446
],
4547
install_requires=['setuptools', 'six'],

taxon_names_resolver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
with this program; if not, write to the Free Software Foundation, Inc.,
3535
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3636
'''
37-
__version__ = '1.0.5'
37+
__version__ = '1.0.6'

0 commit comments

Comments
 (0)