We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125782e commit d46f015Copy full SHA for d46f015
setup.py
@@ -33,7 +33,7 @@ def run(self):
33
setup(
34
name=NAME,
35
36
- version='1.4.7',
+ version='1.4.8',
37
38
description='A Python interface to various metadata vocabularies',
39
long_description=long_description,
@@ -46,7 +46,7 @@ def run(self):
46
47
url='https://github.com/nansencenter/py-thesaurus-interface',
48
49
- download_url='https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.5.tar.gz',
+ download_url='https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.8.tar.gz',
50
51
packages=find_packages(),
52
0 commit comments