diff --git a/arigram/__init__.py b/arigram/__init__.py index b79a0fe..ef265dd 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.6" +__version__: str = "0.1.7" diff --git a/pyproject.lock b/pyproject.lock index f646395..8bac63b 100644 --- a/pyproject.lock +++ b/pyproject.lock @@ -61,7 +61,7 @@ platform = "*" [metadata] python-versions = "^3.10" platform = "*" -content-hash = "f71787ce7c53c2e6a375b2313e82b9041a1b49a66e5335c4ff3e23cf3055bf5b" +content-hash = "29b66c3ecc4f017d0a57b01810cbde4e0e909a1da9757b19ebfdd02b8729063f" [metadata.hashes] plumbum = [] diff --git a/pyproject.toml b/pyproject.toml index df91288..f296555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arigram" -version = "0.1.6" +version = "0.1.7" description = "A fork of tg -- a hackable telegram TUI client" authors = ["TruncatedDinosour "] license = "Unlicense"