txtv

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

commit 69eb0b3c088fa571927fa21060c2b40c3c3948fd
parent 8594a7ebfe7cb6fd2f8be4c1aaf5512609dbd1a3
Author: Isak Lindhé <isak.lindhe@ne.se>
Date:   Sun, 16 Jun 2019 19:51:13 +0200

version bump to 1.2.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.0.1' +VERSION = '1.2.0' setup( name='txtv',