Skip to content

Commit

Permalink
Bumping version from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Apr 5, 2024
1 parent b7ea7a4 commit 4595911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eskiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__all__ = ["SMSClient", "types", "enums", "utils", "exceptions"]

__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ warn_unused_configs = true
[tool.poetry]
name = "eskiz-sms-client"
packages = [{ include = "eskiz" }]
version = "1.0.3"
version = "1.0.4"
description = "Async/Sync Python SDK of Eskiz.uz SMS Gateway"
authors = ["hoosnick <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4595911

Please sign in to comment.