Skip to content

Commit

Permalink
bump version to 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Nov 23, 2021
1 parent 4fef05d commit 441ac60
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.12"
__version__ = "0.9.13"
PACKAGE_DIR = os.path.abspath(os.path.dirname(__file__))
logger = logging.getLogger("nlpir")

Expand Down

0 comments on commit 441ac60

Please sign in to comment.