Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nameless committed Apr 20, 2022
1 parent 7f9dd9b commit 2a809fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tg"
version = "0.17.0"
version = "0.18.0"
description = "Terminal Telegram client"
authors = ["Paul Nameless <[email protected]>"]
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion tg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Terminal client for telegram
"""
__version__ = "0.17.0"
__version__ = "0.18.0"

0 comments on commit 2a809fb

Please sign in to comment.