Skip to content

Commit 62de2b0

Browse files
committed
moved up cache_dir creation in init;changed location of terms.db which is now located in cachedir which should fix #59
1 parent ba6c316 commit 62de2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pangaeapy
3-
version = 1.0.17
3+
version = 1.0.18
44
author = Robert Huber
55
author_email = [email protected]
66
description = This module allows to download and analyse metadata as well as data from tabular PANGAEA (https://www.pangaea.de) datasets. Usage: import pangaeapy.pandataset as pd ds= pd.PanDataSet(787140) print(ds.title) print(ds.data.head()) Please visit the github project page to see more documentation and some examples: https://github.com/pangaea-data-publisher/pangaeapy

0 commit comments

Comments
 (0)