Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Feb 20, 2024
1 parent 62c560f commit e5fdcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from Orange.widgets.utils.concurrent import ConcurrentWidgetMixin, TaskState
from Orange.widgets.widget import Input, Output, OWWidget
from Orange.data.pandas_compat import table_from_frame
from storynavigation.modules import util
from storynavigation.modules import sentiment
import storynavigation.modules.util as util
import storynavigation.modules.sentiment as sentiment

class OWSNSentimentAnalyzer(OWWidget, ConcurrentWidgetMixin):
"""Computes positive, negative and neutral sentiment scores for sentences in input stories."""
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project_urls =
Bug Tracker = https://github.com/navigating-stories/orange-story-navigator/issues
url = https://github.com/navigating-stories/orange-story-navigator
# release version
version = 0.0.14
version = 0.0.15

[options]
packages = find:
Expand Down

0 comments on commit e5fdcc2

Please sign in to comment.