From 502a2e13fc4e62cb0baaecea1a10f44f2cea02dc Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Tue, 12 Jul 2016 11:31:43 +0200 Subject: [PATCH] new release 0.3.1 --- setup.py | 2 +- statuspage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a8e7aa0..c1939e7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys from setuptools import setup -__version__ = "0.3" +__version__ = "0.3.1" with io.open('README.md', 'r', encoding='utf-8') as readme_file: readme = readme_file.read() diff --git a/statuspage.py b/statuspage.py index d70c13c..4eb246e 100644 --- a/statuspage.py +++ b/statuspage.py @@ -9,7 +9,7 @@ from jinja2 import Template from tqdm import tqdm -__version__ = "0.3" +__version__ = "0.3.1" try: ROOT = sys._MEIPASS