Skip to content

Commit 987b43a

Browse files
committed
bumped version
1 parent ae91e86 commit 987b43a

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
@@ -7,7 +7,7 @@ name = "openparse"
77
description = "Streamlines the process of preparing documents for LLM's."
88
readme = "README.md"
99
requires-python = ">=3.8"
10-
version = "0.5.1"
10+
version = "0.5.2"
1111
authors = [{name = "Sergey Filimonov", email = "hello@sergey.fyi"}]
1212
dependencies = [
1313
"PyMuPDF >= 1.23.2",

src/openparse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OPEN_PARSE_VERSION = "0.5.1"
1+
OPEN_PARSE_VERSION = "0.5.2"
22

33

44
def version_info() -> str:

0 commit comments

Comments
 (0)