From 6b43335d7e1fb72284c352ff35793a09fd167698 Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 15 Nov 2019 19:56:21 +0100 Subject: [PATCH] bump to 1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fc316f..c1b3fa2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name="techrec", - version="1.1.1", + version="1.1.2", description="A Python2 web application " "that assist radio speakers in recording their shows", long_description=open("README.md").read(),