Skip to content

Commit e1fcdd0

Browse files
authored
Bump version numbers (#73)
1 parent 6d53e69 commit e1fcdd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adeft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.11.1'
1+
__version__ = '0.11.2'
22

33
from adeft.download import get_available_models
44

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '0.11'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.11.1'
29+
release = '0.11.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
compiler_directives={'language_level': 3})
2929

3030
setup(name='adeft',
31-
version='0.11.1',
31+
version='0.11.2',
3232
description=('Acromine based Disambiguation of Entities From'
3333
' Text'),
3434
long_description=long_description,
3535
long_description_content_type='text/markdown',
3636
url='https://github.com/indralab/adeft',
37-
download_url='https://github.com/indralab/adeft/archive/0.11.1.tar.gz',
37+
download_url='https://github.com/indralab/adeft/archive/0.11.2.tar.gz',
3838
author='adeft developers, Harvard Medical School',
3939
author_email='[email protected]',
4040
classifiers=[

0 commit comments

Comments
 (0)