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