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