From 1443f1006c4f13365d402f7d7f7b173e90dc378f Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 15 Jan 2023 15:38:16 +0200 Subject: [PATCH] 0.1.5: fix #18 Signed-off-by: Ari Archer --- arigram/__init__.py | 2 +- pyproject.toml | 14 +++++++------- requirements.txt | 7 +++---- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/arigram/__init__.py b/arigram/__init__.py index 22e0a04..d5c1b74 100644 --- a/arigram/__init__.py +++ b/arigram/__init__.py @@ -1,2 +1,2 @@ """arigram: a fork of tg -- a hackable telegram TUI client""" -__version__: str = "0.1.4" +__version__: str = "0.1.5" diff --git a/pyproject.toml b/pyproject.toml index a2fea18..f94ec05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "arigram" -version = "0.1.1" +version = "0.1.5" description = "A fork of tg -- a hackable telegram TUI client" -authors = ["TruncatedDinosour "] +authors = ["TruncatedDinosour "] license = "Unlicense" readme = "README.md" homepage = "https://github.com/TruncatedDinosour/arigram" @@ -10,15 +10,15 @@ repository = "https://github.com/TruncatedDinosour/arigram" [tool.poetry.dependencies] python = "^3.8" -python-telegram = "0.15.0" +python-telegram = "^0.15.0" pyfzf = "^0.2.2" pyperclip = "^1.8.2" [tool.poetry.dev-dependencies] -black = "20.8b1" -flake8 = "3.8.4" -isort = "5.6.2" -mypy = "0.812" +black = "^20.8b1" +flake8 = "^3.8.4" +isort = "^5.6.2" +mypy = "^0.812" [tool.poetry.scripts] arigram = "arigram.__main__:main" diff --git a/requirements.txt b/requirements.txt index 9f0a45a..e8ac2c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -python-telegram==0.15.0 -pyfzf>=0.2.2 -pyperclip>=1.8.2 - +python-telegram +pyfzf +pyperclip