diff --git a/pyproject.toml b/pyproject.toml index af05dd6..50fc75b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cool-domain" -version = "1.1.0" +version = "1.1.1" description = "Add your description here" readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index ec44d17..ff50dd4 100644 --- a/uv.lock +++ b/uv.lock @@ -54,7 +54,7 @@ wheels = [ [[package]] name = "cool-domain" -version = "1.1.0" +version = "1.1.1" source = { editable = "." } dependencies = [ { name = "requests" },