mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +00:00
Release v0.14.0
This commit is contained in:
parent
9765bc5263
commit
b1db4d6672
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ include_trailing_comma = true
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tg"
|
name = "tg"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
description = "Terminal Telegram client"
|
description = "Terminal Telegram client"
|
||||||
authors = ["Paul Nameless <reacsdas@gmail.com>"]
|
authors = ["Paul Nameless <reacsdas@gmail.com>"]
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""
|
"""
|
||||||
Terminal client for telegram
|
Terminal client for telegram
|
||||||
"""
|
"""
|
||||||
__version__ = "0.13.0"
|
__version__ = "0.14.0"
|
||||||
|
|
Loading…
Reference in a new issue