Skip to content

Commit cbb643d

Browse files
committed
Fix manifest and bump version
1 parent ec35947 commit cbb643d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include src/adeft/nlp/stopwords.json
22
graft src/adeft/gui/ground/static
33
graft src/adeft/gui/ground/templates
44
include src/adeft/score/_score.pyx
5+
include src/adeft/score/permutations.pyx

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.12'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.12.0'
29+
release = '0.12.3'
3030

3131

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "adeft"
7-
version = "0.12.0"
7+
version = "0.12.3"
88
keywords=['nlp', 'biology', 'disambiguation']
99
license = {file = "LICENSE"}
1010
description = "Acromine based Disambiguation of Entities From Text"

src/adeft/__init__.py

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

33
from adeft.download import get_available_models
44

0 commit comments

Comments
 (0)