From 05baef1f5d647a200d2537e8e2ab5fd5e2323d36 Mon Sep 17 00:00:00 2001 From: Jeremy Steele Date: Mon, 4 Jul 2022 12:02:39 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a271c2..192b0ef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='gtfs-fares-v2-validator', - version='1.1.1', + version='1.1.2', description= 'Validate transit feeds for conformance to the GTFS Fares v2 specification', url='https://github.com/TransitApp/gtfs-fares-v2-validator',