浏览代码

bump to 1.1.3

boyska 4 年之前
父节点
当前提交
ed79fd62b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
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(),