Skip to content

Commit 9e8582a

Browse files
authored
bump to version 1.0.0 (#14)
* reserve version 1 * fix import
1 parent 7b70d31 commit 9e8582a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

monday_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "0.0.1"
17+
__version__ = "1.0.0"
1818

1919
# import apis into sdk package
2020
from monday_code.api.environment_variables_api import EnvironmentVariablesApi

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "monday_code"
3-
version = "0.0.1"
3+
version = "1.0.0"
44
description = "mcode-sdk-api"
55
authors = ["OpenAPI Generator Community <[email protected]>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "monday-code"
24-
VERSION = "0.2.4"
24+
VERSION = "1.0.0"
2525
PYTHON_REQUIRES = ">= 3.9"
2626
REQUIRES = [
2727
"urllib3 >= 2.1.0, < 3.0.0",

0 commit comments

Comments
 (0)