Skip to content

Commit

Permalink
Merge pull request #53 from CambioML/json-extract
Browse files Browse the repository at this point in the history
bump up version to 0.0.17
  • Loading branch information
CambioML authored Oct 22, 2024
2 parents 556b5bc + 85e202a commit cde5b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion any_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["AnyParser", "ModelType"]

__version__ = "0.0.16"
__version__ = "0.0.17"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "any-parser"
version = "0.0.16"
version = "0.0.17"
description = "Parser for all."
authors = ["CambioML <[email protected]>"]
maintainers = ["Rachel Hu <[email protected]>"]
Expand Down

0 comments on commit cde5b95

Please sign in to comment.