Skip to content

Commit

Permalink
bump version to 0.9.9 because of : https://pypi.org/help/#file-name-r…
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Jul 6, 2021
1 parent 469875a commit 675344d
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.8"
__version__ = "0.9.9"
PACKAGE_DIR = os.path.abspath(os.path.dirname(__file__))
logger = logging.getLogger("nlpir")

Expand Down

0 comments on commit 675344d

Please sign in to comment.