Skip to content

Commit

Permalink
v0.2.2 - Allow pass --token to cli, Pretty json
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Feb 2, 2021
1 parent 53e150f commit f97527e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "telegram-rss"
version = "0.2.1"
version = "0.2.2"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/pentatester/telegram-rss"
Expand Down
2 changes: 1 addition & 1 deletion telegram_rss/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion tests/test_telegram_rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.2.1'
assert __version__ == "0.2.2"

0 comments on commit f97527e

Please sign in to comment.