Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Aug 2, 2021
1 parent b4bc6e4 commit 9dafeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras_crf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .crf_model import CRFModel

__name__ = 'keras_crf'
__version__ = '0.2.0'
__version__ = '0.3.0'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="keras_crf",
version="0.2.0",
version="0.3.0",
description="A more elegant and convenient CRF built on tensorflow-addons.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,7 +17,6 @@
install_requires=[
'tensorflow',
'tensorflow-addons',
'seqeval'
],
extras_require={

Expand Down

0 comments on commit 9dafeb9

Please sign in to comment.