Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhrob committed Dec 26, 2022
1 parent 42f246e commit 5ab4850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eskiz_sms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .base import url_validator
from .eskiz import EskizSMS

__version__ = '0.2.0'
__version__ = '0.2.1'

__all__ = [
'EskizSMS',
Expand Down
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 = "eskiz-sms"
version = "0.2.0"
version = "0.2.1"
description = "Package for eskiz.uz/sms"
homepage = "https://github.com/malikovss/eskiz-sms"
authors = ["Malikov <[email protected]>"]
Expand Down

0 comments on commit 5ab4850

Please sign in to comment.