txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 7e9ffbbfad70cd4c087aedc26168e7817302cadd
parent 0a694f6d58b815817d5e9cefa8c88f6201c4594d
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Sun, 13 Jun 2021 22:03:58 +0200

bumped version to 2.0.0

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -5,7 +5,7 @@ HERE = Path(__file__).parent README = (HERE / 'README.md').read_text() -VERSION = '1.2.1' +VERSION = '2.0.0' setup( name='txtv',