diff --git a/monday_code/__init__.py b/monday_code/__init__.py index 51d0df2..5d0f828 100644 --- a/monday_code/__init__.py +++ b/monday_code/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.0.1" +__version__ = "1.0.0" # import apis into sdk package from monday_code.api.environment_variables_api import EnvironmentVariablesApi diff --git a/pyproject.toml b/pyproject.toml index 234904a..c847d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monday_code" -version = "0.0.1" +version = "1.0.0" description = "mcode-sdk-api" authors = ["OpenAPI Generator Community "] license = "MIT" diff --git a/setup.py b/setup.py index 2a41d99..2b39cfc 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "monday-code" -VERSION = "0.2.4" +VERSION = "1.0.0" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [ "urllib3 >= 2.1.0, < 3.0.0",