From 214c70b461fda1b360fee4b0130f8b38dedd84e6 Mon Sep 17 00:00:00 2001 From: steppi Date: Sun, 15 Nov 2020 19:15:53 -0500 Subject: [PATCH] Bump version numbers --- adeft/__init__.py | 2 +- doc/conf.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adeft/__init__.py b/adeft/__init__.py index 78403978..1df77607 100644 --- a/adeft/__init__.py +++ b/adeft/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.7.0' +__version__ = '0.8.0' from adeft.download import get_available_models diff --git a/doc/conf.py b/doc/conf.py index c40a7a0e..2bf4c552 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 31c0b885..089c970d 100644 --- a/setup.py +++ b/setup.py @@ -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='albert_steppi@hms.harvard.edu', classifiers=[