From 251a4355af2713fc7740815ba1d948b2cf46aa0f Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Tue, 12 Jul 2016 23:42:27 +0200 Subject: [PATCH] new release 0.3.3 --- setup.py | 2 +- statuspage/statuspage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1ed557c..bee1c8b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys from setuptools import setup -__version__ = "0.3" +__version__ = "0.3.3" 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 2a2b772..973a3ca 100644 --- a/statuspage/statuspage.py +++ b/statuspage/statuspage.py @@ -9,7 +9,7 @@ from jinja2 import Template from tqdm import tqdm -__version__ = "0.3" +__version__ = "0.3.3" try: ROOT = sys._MEIPASS