Skip to content

Commit

Permalink
Bump version numbers (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi authored Nov 5, 2022
1 parent 6d53e69 commit e1fcdd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adeft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.11.1'
__version__ = '0.11.2'

from adeft.download import get_available_models

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
classifiers=[
Expand Down

0 comments on commit e1fcdd0

Please sign in to comment.