bump version

This commit is contained in:
Jason Liu
2024-02-07 09:47:45 -05:00
parent 4d52ddb046
commit ca14042225
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@ import json
import logging
from collections.abc import Iterable
from functools import wraps
import pandas as pd
from tenacity import Retrying, AsyncRetrying, stop_after_attempt, RetryError
from json import JSONDecodeError
from typing import (
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "instructor"
version = "0.5.1"
version = "0.5.2"
description = "structured outputs for llm"
authors = ["Jason Liu <jason@jxnl.co>"]
license = "MIT"