From 5ef7952276437fbabb36a6f11b4bebb83cc8dede Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Fri, 26 Aug 2016 17:05:01 +0200 Subject: [PATCH] new release 0.6.0 --- setup.py | 2 +- statuspage/statuspage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2ec8946..aff609d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys from setuptools import setup -__version__ = "0.5.1" +__version__ = "0.6.0" with io.open('README.md', 'r', encoding='utf-8') as readme_file: readme = readme_file.read() diff --git a/statuspage/statuspage.py b/statuspage/statuspage.py index e6ce457..0cee416 100644 --- a/statuspage/statuspage.py +++ b/statuspage/statuspage.py @@ -13,7 +13,7 @@ from tqdm import tqdm from collections import OrderedDict -__version__ = "0.5.1" +__version__ = "0.6.0" try: ROOT = sys._MEIPASS