Skip to content

Commit d46f015

Browse files
committed
update version number in setup.py
1 parent 125782e commit d46f015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(self):
3333
setup(
3434
name=NAME,
3535

36-
version='1.4.7',
36+
version='1.4.8',
3737

3838
description='A Python interface to various metadata vocabularies',
3939
long_description=long_description,
@@ -46,7 +46,7 @@ def run(self):
4646

4747
url='https://github.com/nansencenter/py-thesaurus-interface',
4848

49-
download_url='https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.5.tar.gz',
49+
download_url='https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.8.tar.gz',
5050

5151
packages=find_packages(),
5252

0 commit comments

Comments
 (0)