From 493ee8894b0b4a1d6b8685f2d39f6f2c6d8da36a Mon Sep 17 00:00:00 2001 From: Jojo Ortiz Date: Fri, 4 Oct 2024 15:39:54 -0700 Subject: [PATCH] bump version to 0.0.16 --- any_parser/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/any_parser/__init__.py b/any_parser/__init__.py index d639797..b155e92 100644 --- a/any_parser/__init__.py +++ b/any_parser/__init__.py @@ -5,4 +5,4 @@ __all__ = ["AnyParser", "ModelType"] # Add ModelType to __all__ -__version__ = "0.0.15" +__version__ = "0.0.16" diff --git a/pyproject.toml b/pyproject.toml index 65a999f..1ead1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "any-parser" -version = "0.0.15" +version = "0.0.16" description = "Parser for all." authors = ["CambioML "] maintainers = ["Rachel Hu "]