Skip to content

Commit

Permalink
Merge pull request #93 from CDU-data-science-team/0.5.2
Browse files Browse the repository at this point in the history
updated to 0.5.2 to fix bug 91
  • Loading branch information
yiwen-h authored Apr 27, 2023
2 parents 92f5f1d + ee842f1 commit 165cd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ werkzeug==2.2.3 ; python_version >= "3.8" and python_version < "3.11"
wheel==0.40.0 ; python_version >= "3.8" and python_version < "3.11"
wrapt==1.14.1 ; python_version >= "3.8" and python_version < "3.11"
zipp==3.15.0 ; python_version >= "3.8" and python_version < "3.10"
pxtextmining==0.5.1
pxtextmining==0.5.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pxtextmining"
version = "0.5.1"
version = "0.5.2"
description = "Multilabel text classification of patient experience feedback."
authors = ['CDU Data Science <[email protected]>',
'YiWen Hon <[email protected]>']
Expand Down

0 comments on commit 165cd5c

Please sign in to comment.