src/lingpy/__init__.py
changed.
Other files ignored by Codecov
setup.py
has changed.
20 | 20 | """ |
|
21 | 21 | ||
22 | 22 | __author__ = "Johann-Mattis List, and Robert Forkel (with contributions by Simon J. Greenhill, Tiago Tresoldi, Gereon Kaiping, Steven Moran, Taraka Rama, Johannes Dellert, Frank Nagel, and Peter Bouda, and Taraka Rama)" |
|
23 | - | __date__ = "2019-11-19" |
|
24 | - | __version__ = "2.6.7" |
|
23 | + | __date__ = "2021-03-22" |
|
24 | + | __version__ = "2.6.8.dev0" |
|
25 | 25 | ||
26 | 26 | # We exempt this module from QA, because it only provides import shortcuts. |
|
27 | 27 | # flake8: noqa |
Files | Coverage |
---|---|
src/lingpy | 87.60% |
tests | 98.86% |
Project Totals (123 files) | 89.26% |