Skip to content

Commit

Permalink
🔨 updated "__version__" CLI and pyproject.toml to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Nogueira committed Jun 9, 2024
1 parent 0de1f16 commit 65db0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'squarecloud-api'
version = '3.4.0'
version = '3.4.1'
description = 'SquareCloud API wrapper'
authors = ['Robert Nogueira <[email protected]>']
repository = 'https://github.com/squarecloudofc/wrapper-api-py'
Expand Down
2 changes: 1 addition & 1 deletion squarecloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .file import File
from .http.endpoints import Endpoint

__version__ = '3.4.0'
__version__ = '3.4.1'

0 comments on commit 65db0ce

Please sign in to comment.