diff --git a/chuck_data/version.py b/chuck_data/version.py index 574c066..3d18726 100644 --- a/chuck_data/version.py +++ b/chuck_data/version.py @@ -1 +1 @@ -__version__ = "0.4.9" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 08aeb29..33991f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license-files = [] [project] name = "chuck-data" -version = "0.4.9" +version = "0.5.0" description = "Command line AI for customer data" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 429b577..1078e5f 100644 --- a/uv.lock +++ b/uv.lock @@ -307,7 +307,7 @@ wheels = [ [[package]] name = "chuck-data" -version = "0.4.9" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "boto3" },