File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- __version__ = '0.11.1 '
1
+ __version__ = '0.11.2 '
2
2
3
3
from adeft .download import get_available_models
4
4
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = '0.11'
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.11.1 '
29
+ release = '0.11.2 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 28
28
compiler_directives = {'language_level' : 3 })
29
29
30
30
setup (name = 'adeft' ,
31
- version = '0.11.1 ' ,
31
+ version = '0.11.2 ' ,
32
32
description = ('Acromine based Disambiguation of Entities From'
33
33
' Text' ),
34
34
long_description = long_description ,
35
35
long_description_content_type = 'text/markdown' ,
36
36
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' ,
38
38
author = 'adeft developers, Harvard Medical School' ,
39
39
40
40
classifiers = [
You can’t perform that action at this time.
0 commit comments