Skip to content

Commit

Permalink
Remove really slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef Bastiaansen committed Aug 29, 2017
1 parent 73be1e6 commit 1055f1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion biblio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
__email__ = '[email protected]'
__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'
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 1055f1c

Please sign in to comment.