Skip to content

Commit 37e2db9

Browse files
Updated version number
1 parent 3395253 commit 37e2db9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
from setuptools import setup, find_packages
1313
from setuptools.command.install_scripts import install_scripts
1414
from os import path
15-
import sys
1615

1716
readme_file = 'README.md'
1817
NAME = 'pythesint'
19-
REQS = ['PyYAML', 'requests', 'xdg==1.0.7;platform_system!="Windows"']
18+
REQS = ['PyYAML', 'requests', 'xdg<=1.0.7;platform_system!="Windows"']
2019

2120
here = path.abspath(path.dirname(path.realpath(__file__)))
2221

@@ -34,7 +33,7 @@ def run(self):
3433
setup(
3534
name=NAME,
3635

37-
version='1.4.2',
36+
version='1.4.3',
3837

3938
description='A Python interface to various metadata vocabularies',
4039
long_description=long_description,
@@ -47,7 +46,7 @@ def run(self):
4746

4847
url='https://github.com/nansencenter/py-thesaurus-interface',
4948

50-
download_url='https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.2.tar.gz',
49+
download_url='https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.3.tar.gz',
5150

5251
packages=find_packages(),
5352

@@ -72,6 +71,7 @@ def run(self):
7271
'Operating System :: OS Independent',
7372
'Programming Language :: Python',
7473
'Programming Language :: Python :: 2.7',
74+
'Programming Language :: Python :: 3.5',
7575
'Programming Language :: Python :: 3.6',
7676
'Topic :: Scientific/Engineering',
7777
'Topic :: Scientific/Engineering :: Atmospheric Science',

0 commit comments

Comments
 (0)