Skip to content

Commit e2416bf

Browse files
committed
version bump
1 parent 86a256b commit e2416bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Streamlines the process of preparing documents for LLM's."
88
readme = "README.md"
99
requires-python = ">=3.8"
1010
license = { text = "MIT" }
11-
version = "0.5.6"
11+
version = "0.5.7"
1212
authors = [{name = "Sergey Filimonov", email = "[email protected]"}]
1313
dependencies = [
1414
"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.6"
1+
OPEN_PARSE_VERSION = "0.5.7"
22

33

44
def version_info() -> str:

0 commit comments

Comments
 (0)