Skip to content

Commit 63ee3ab

Browse files
[chore] Updating version in user-agent, pyproject and __init__ to 3.7.4
1 parent e03e51d commit 63ee3ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = 'squarecloud-api'
3-
version = '3.7.2'
3+
version = '3.7.4'
44
description = 'SquareCloud API wrapper'
55
authors = ['Robert Nogueira <robertlucasnogueira@gmail.com>']
66
repository = 'https://github.com/squarecloudofc/wrapper-api-py'

squarecloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
'utils',
4646
]
4747

48-
__version__ = '3.7.2'
48+
__version__ = '3.7.4'

squarecloud/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async def request(self, route: Router, **kwargs: Any) -> Response:
163163
"""
164164
headers = {
165165
'Authorization': self.api_key,
166-
'User-Agent': 'squarecloud-api/3.5.1',
166+
'User-Agent': 'squarecloud-sdk-py/3.7.4',
167167
}
168168
extra_error_kwargs: dict[str, Any] = {}
169169

0 commit comments

Comments
 (0)