Skip to content

Commit

Permalink
Fix manifest and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 10, 2024
1 parent ec35947 commit cbb643d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include src/adeft/nlp/stopwords.json
graft src/adeft/gui/ground/static
graft src/adeft/gui/ground/templates
include src/adeft/score/_score.pyx
include src/adeft/score/permutations.pyx
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.12'
# The full version, including alpha/beta/rc tags
release = '0.12.0'
release = '0.12.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "adeft"
version = "0.12.0"
version = "0.12.3"
keywords=['nlp', 'biology', 'disambiguation']
license = {file = "LICENSE"}
description = "Acromine based Disambiguation of Entities From Text"
Expand Down
2 changes: 1 addition & 1 deletion src/adeft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.12.0'
__version__ = '0.12.3'

from adeft.download import get_available_models

Expand Down

0 comments on commit cbb643d

Please sign in to comment.