Skip to content

Commit

Permalink
bump version to 0.9.14b1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Nov 29, 2021
1 parent c0362ec commit 1a330e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlpir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import functools
from .exception import NLPIRException

__version__ = "0.9.13"
__version__ = "0.9.14b1"
PACKAGE_DIR = os.path.abspath(os.path.dirname(__file__))
logger = logging.getLogger("nlpir")

Expand Down

0 comments on commit 1a330e1

Please sign in to comment.