Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed Nov 16, 2020
1 parent 11399e6 commit 214c70b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adeft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.7.0'
__version__ = '0.8.0'

from adeft.download import get_available_models

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Albert Steppi'

# The short X.Y version
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags
release = '0.7.0'
release = '0.8.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
compiler_directives={'language_level': 3})

setup(name='adeft',
version='0.7.0',
version='0.8.0',
description=('Acromine based Disambiguation of Entities From'
' Text'),
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/indralab/adeft',
download_url='https://github.com/indralab/adeft/archive/0.7.0.tar.gz',
download_url='https://github.com/indralab/adeft/archive/0.8.0.tar.gz',
author='adeft developers, Harvard Medical School',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 214c70b

Please sign in to comment.