We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387062c commit e473ae7Copy full SHA for e473ae7
pyproject.toml
@@ -8,7 +8,7 @@ include_trailing_comma = true
8
9
[tool.poetry]
10
name = "tg"
11
-version = "0.14.0"
+version = "0.15.0"
12
description = "Terminal Telegram client"
13
authors = ["Paul Nameless <reacsdas@gmail.com>"]
14
license = "Unlicense"
tg/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
Terminal client for telegram
3
4
-__version__ = "0.14.0"
+__version__ = "0.15.0"
0 commit comments