Skip to content

Commit

Permalink
Bumping version from 1.0.2a0 to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Feb 28, 2024
1 parent 64b5031 commit 997cce0
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.2a0'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "eskiz-sms-client"
packages = [{ include = "eskiz" }]
version = "1.0.2a0"
version = "1.0.2"
description = "Async/Sync Python SDK of Eskiz.uz SMS Gateway"
authors = ["hoosnick <hoosnick@morphix.uz>"]
license = "MIT"
Expand Down

0 comments on commit 997cce0

Please sign in to comment.