Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit cde5b95

Browse files
author
Cambio ML
authored
Merge pull request #53 from CambioML/json-extract
bump up version to 0.0.17
2 parents 556b5bc + 85e202a commit cde5b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

any_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["AnyParser", "ModelType"]
66

7-
__version__ = "0.0.16"
7+
__version__ = "0.0.17"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "any-parser"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Parser for all."
55
authors = ["CambioML <wanwanaiai45@gmail.com>"]
66
maintainers = ["Rachel Hu <goldpiggy@berkeley.edu>"]

0 commit comments

Comments
 (0)