Skip to content

Commit

Permalink
new release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Aug 26, 2016
1 parent 8a29bc7 commit 5ef7952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion statuspage/statuspage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tqdm import tqdm
from collections import OrderedDict

__version__ = "0.5.1"
__version__ = "0.6.0"

try:
ROOT = sys._MEIPASS
Expand Down

0 comments on commit 5ef7952

Please sign in to comment.