diff --git a/.travis.yml b/.travis.yml index 0978381..e8dfc83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "3.5" + - "3.6" install: - pip install -r requirements.txt - pip install coveralls diff --git a/biblio/__init__.py b/biblio/__init__.py index 6ee6144..68187a3 100644 --- a/biblio/__init__.py +++ b/biblio/__init__.py @@ -24,6 +24,6 @@ __email__ = 'stef.bastiaansen@ugent.be' __copyright__ = 'Copyright (c) 2016 LT3 - UGent' __license__ = 'Apache License 2.0' -__version__ = '0.2.1' +__version__ = '1.0.0' __url__ = 'https://github.com/megasnort/python-ugent-biblio' __description__ = 'A Python wrapper around the UGent Biblio API' diff --git a/doc/conf.py b/doc/conf.py index f78aded..5810d1a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = u'0.2' +version = u'1.0' # The full version, including alpha/beta/rc tags. -release = u'0.2.1' +release = u'1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 56599eb..f02a834 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup(name='ugentbiblio', - version='0.2.1', + version='1.0.0', description='Connector to the API of Ghent University Academic Bibliography', long_description=readme(), classifiers=[