Skip to content

Commit 09f1475

Browse files
author
Chenhao Tan
committed
v0.1.4: fix marker timeout, psutil install, stream marker output
1 parent 07f5a51 commit 09f1475

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openaireview"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "AI-powered academic paper reviewer"
99
readme = "README.md"
1010
license = "MIT"

src/reviewer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)