Skip to content

Commit 275c6e2

Browse files
committed
new minor release time!
1 parent 5ff3c08 commit 275c6e2

File tree

5 files changed

+684
-627
lines changed

5 files changed

+684
-627
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ ENV/
9393

9494
/.venv/
9595

96-
#Stuff generated by docs notebooks
96+
# Stuff generated by docs notebooks
9797
docs/circassian.html
9898
docs/map.png
99+
100+
# Other
101+
.directory
102+
lingtypology/.directory

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ or docstrings from the code.
4747

4848
## Glottolog
4949
Lingtypology relies on data from the [Glottolog](https://glottolog.org/glottolog/language) database.
50-
With each new version of `lingtypology` Glottolog data is updated. Now it is using Glottolog `3.4-16`.
50+
With each new version of `lingtypology` Glottolog data is updated. Now it is using Glottolog `3.4-32`.
5151
You can update data from Glottolog. To get the instruction on how to do it, consult the [tutorial](https://oneadder.github.io/lingtypology/glottolog#g_version).
5252

5353
## Citation
5454
If you are using this package in a scientific publication, it will be most appreciated if you add the citation:
5555
```
5656
@misc{MichaelVoronov2669068,
57-
author = {Michael Voronov},
58-
title = {{lingtypology: a Python tool for linguistic interactive mapping}},
59-
month = may,
60-
year = 2019,
61-
doi = {10.5281/zenodo.2669068},
62-
url = {https://doi.org/10.5281/zenodo.2669068}
57+
author = {Michael Voronov},
58+
title = {{lingtypology: a Python tool for linguistic interactive mapping}},
59+
month = may,
60+
year = 2019,
61+
doi = {10.5281/zenodo.2669068},
62+
url = {https://doi.org/10.5281/zenodo.2669068}
6363
}
6464
```

lingtypology/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from lingtypology.maps import *
22
import lingtypology.db_apis
33

4-
__version__ = '0.8'
4+
__version__ = '0.8.1'

0 commit comments

Comments
 (0)