Release v0.17.0

This commit is contained in:
Paul Nameless 2021-04-27 20:51:49 +03:00
parent 60ec88fac6
commit dadaad145f
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ include_trailing_comma = true
[tool.poetry] [tool.poetry]
name = "tg" name = "tg"
version = "0.16.0" version = "0.17.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"

View file

@ -1,4 +1,4 @@
""" """
Terminal client for telegram Terminal client for telegram
""" """
__version__ = "0.16.0" __version__ = "0.17.0"