From 683d43f8e5f06de80e7800029d19b9c4dc4a7b58 Mon Sep 17 00:00:00 2001 From: steppi Date: Fri, 7 May 2021 15:23:20 -0400 Subject: [PATCH] Bump version --- doc/conf.py | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 2e63a05..0960aaf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,9 +24,9 @@ author = 'Albert Steppi' # The short X.Y version -version = '0.10' +version = '0.11' # The full version, including alpha/beta/rc tags -release = '0.10.0' +release = '0.11.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 817fede..fca6b4d 100644 --- a/setup.py +++ b/setup.py @@ -28,13 +28,13 @@ compiler_directives={'language_level': 3}) setup(name='adeft', - version='0.10.0', + version='0.11.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.10.0.tar.gz', + download_url='https://github.com/indralab/adeft/archive/0.11.0.tar.gz', author='adeft developers, Harvard Medical School', author_email='albert_steppi@hms.harvard.edu', classifiers=[