diff --git a/pyproject.toml b/pyproject.toml index 25b97f03..dcc0d512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dreadnode" -version = "0.1.2" +version = "0.1.3" description = "Dreadnode SDK" requires-python = ">=3.10,<3.13" @@ -36,7 +36,7 @@ strict = true [tool.poetry] name = "dreadnode" -version = "0.1.2" +version = "0.1.3" description = "Dreadnode SDK" authors = ["Nick Landers "] repository = "https://github.com/dreadnode/sdk"