Skip to content

Commit 0986c20

Browse files
committed
bumped version
1 parent 7971f05 commit 0986c20

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.8"
11+
version = "0.6.0"
1212
authors = [{name = "Sergey Filimonov", email = "hello@sergey.fyi"}]
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.8"
1+
OPEN_PARSE_VERSION = "0.6.0"
22

33

44
def version_info() -> str:

0 commit comments

Comments
 (0)