diff --git a/pyproject.toml b/pyproject.toml index dfc0bb7..e624336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opportify_sdk" -version = "0.3.1" +version = "1.0.0" description = "Opportify Insights API" authors = ["OpenAPI Generator Community "] license = "NoLicense" diff --git a/setup.py b/setup.py index 4201400..bd88e43 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ readme = readme_file.read() NAME = "opportify_sdk" -VERSION = "0.3.1" +VERSION = "1.0.0" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0",