diff --git a/adeft/__init__.py b/adeft/__init__.py index 0259e261..3cfb7c38 100644 --- a/adeft/__init__.py +++ b/adeft/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.5' +__version__ = '0.6.0' from adeft.download import get_available_models diff --git a/doc/conf.py b/doc/conf.py index 0fcf66f5..847c9779 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,9 +24,9 @@ author = 'Albert Steppi' # The short X.Y version -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags -release = '0.5.5' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ab163d80..f857df73 100644 --- a/setup.py +++ b/setup.py @@ -28,13 +28,13 @@ compiler_directives={'language_level': 3}) setup(name='adeft', - version='0.5.5', + version='0.6.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.5.5.tar.gz', + download_url='https://github.com/indralab/adeft/archive/0.6.0.tar.gz', author='adeft developers, Harvard Medical School', author_email='albert_steppi@hms.harvard.edu', classifiers=[