[go: nahoru, domu]

Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amant555 committed Dec 21, 2022
1 parent 6da4918 commit 33c6e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opennyai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from opennyai.rhetorical_roles.rhetorical_roles import RhetoricalRolePredictor
from opennyai.summarizer.ExtractiveSummarizer import ExtractiveSummarizer

__version__ = "{0}.{1}.{2}".format("0", "0", "9")
__version__ = "{0}.{1}.{2}".format("0", "0", "10")
__author__ = 'OpenNyAI Team'
__credits__ = 'Opennyai'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="opennyai",
version="0.0.9",
version="0.0.10",
url="",
author="Aman Tiwari",
author_email="aman.tiwari@thoughtworks.com",
Expand Down

0 comments on commit 33c6e64

Please sign in to comment.