Skip to content

Commit 262672c

Browse files
committed
Release v0.19.0
1 parent ab082d1 commit 262672c

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tg"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "Terminal Telegram client"
55
authors = ["Paul Nameless <reacsdas@gmail.com>"]
66
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.18.0"
4+
__version__ = "0.19.0"

0 commit comments

Comments
 (0)