Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Sep 24, 2024
1 parent 7971f05 commit 0986c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Streamlines the process of preparing documents for LLM's."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
version = "0.5.8"
version = "0.6.0"
authors = [{name = "Sergey Filimonov", email = "hello@sergey.fyi"}]
dependencies = [
"PyMuPDF >= 1.23.2",
Expand Down
2 changes: 1 addition & 1 deletion src/openparse/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN_PARSE_VERSION = "0.5.8"
OPEN_PARSE_VERSION = "0.6.0"


def version_info() -> str:
Expand Down

0 comments on commit 0986c20

Please sign in to comment.