Skip to content

Commit e473ae7

Browse files
committed
Release v0.15.0
1 parent 387062c commit e473ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include_trailing_comma = true
88

99
[tool.poetry]
1010
name = "tg"
11-
version = "0.14.0"
11+
version = "0.15.0"
1212
description = "Terminal Telegram client"
1313
authors = ["Paul Nameless <reacsdas@gmail.com>"]
1414
license = "Unlicense"

tg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Terminal client for telegram
33
"""
4-
__version__ = "0.14.0"
4+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)