From e1fcdd038bbfbd6d16f3e01c8ed9fc4b22aa3a57 Mon Sep 17 00:00:00 2001 From: Albert Steppi Date: Sat, 5 Nov 2022 10:15:58 -0400 Subject: [PATCH] Bump version numbers (#73) --- adeft/__init__.py | 2 +- doc/conf.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adeft/__init__.py b/adeft/__init__.py index 8966a8b..22ae719 100644 --- a/adeft/__init__.py +++ b/adeft/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.11.1' +__version__ = '0.11.2' from adeft.download import get_available_models diff --git a/doc/conf.py b/doc/conf.py index 2704f55..7a17d7e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.11' # The full version, including alpha/beta/rc tags -release = '0.11.1' +release = '0.11.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3307f90..9224ed8 100644 --- a/setup.py +++ b/setup.py @@ -28,13 +28,13 @@ compiler_directives={'language_level': 3}) setup(name='adeft', - version='0.11.1', + version='0.11.2', 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.11.1.tar.gz', + download_url='https://github.com/indralab/adeft/archive/0.11.2.tar.gz', author='adeft developers, Harvard Medical School', author_email='albert.steppi@gmail.com', classifiers=[