txtv

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

commit ecbf209bb160c23e979c16c71255ccd8f8a8cd8f
parent 4a51e91df46202a5a2e7eb6132a308e3ba24f86d
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Fri, 29 Mar 2019 09:57:32 +0100

version bump to 1.0.1

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.0' +VERSION = '1.0.1' setup( name='txtv',