From 0664df9995e06ffbb60443673376b76c0661b248 Mon Sep 17 00:00:00 2001 From: blitzstern5 Date: Wed, 6 Feb 2019 01:07:01 +0300 Subject: [PATCH] Update version to 0.3.1. Fix setup requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3bc22cf..5d36fd1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -__VERSION__ = '0.3.0' +__VERSION__ = '0.3.1' here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.md')) as f: @@ -37,7 +37,7 @@ 'Flask-SocketIO', 'eventlet', 'socketIO-client', - 'diskcache' + 'diskcache', 'tcpping', ]