Skip to content

Commit 65db0ce

Browse files
🔨 updated "__version__" CLI and pyproject.toml to 4.0.1
1 parent 0de1f16 commit 65db0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.4.0'
3+
version = '3.4.1'
44
description = 'SquareCloud API wrapper'
55
authors = ['Robert Nogueira <[email protected]>']
66
repository = 'https://github.com/squarecloudofc/wrapper-api-py'

Diff for: squarecloud/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .file import File
1616
from .http.endpoints import Endpoint
1717

18-
__version__ = '3.4.0'
18+
__version__ = '3.4.1'

0 commit comments

Comments
 (0)