Skip to content

Commit 4fecc35

Browse files
Bump version to 3.7.0
- Update `pyproject.toml` and `__init__.py` to reflect the new version `3.7.0`.
1 parent ec637a9 commit 4fecc35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'squarecloud-api'
3-
version = '3.6.2'
3+
version = '3.7.0'
44
description = 'SquareCloud API wrapper'
55
authors = ['Robert Nogueira <[email protected]>']
66
repository = 'https://github.com/squarecloudofc/wrapper-api-py'

squarecloud/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from .file import File
2222
from .http.endpoints import Endpoint
2323

24-
__version__ = '3.6.2'
24+
__version__ = '3.7.0'

0 commit comments

Comments
 (0)