Skip to content

Commit

Permalink
GH-2400: bumo version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alanakbik committed Aug 29, 2021
1 parent 6c04a9d commit 2f26a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import logging.config

__version__ = "0.8.1"
__version__ = "0.9"

logging.config.dictConfig(
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="flair",
version="0.8.1",
version="0.9",
description="A very simple framework for state-of-the-art NLP",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2f26a7c

Please sign in to comment.