Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Steppi committed Jan 30, 2020
1 parent cf02343 commit e3993f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.5'
__version__ = '0.6.0'

from adeft.download import get_available_models

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

0 comments on commit e3993f5

Please sign in to comment.