Skip to content

Commit

Permalink
new release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Sep 6, 2016
1 parent c6bd062 commit e8206a5
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.8.0"
__version__ = "0.8.1"

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 @@ -15,7 +15,7 @@
import markdown2
import json

__version__ = "0.8.0"
__version__ = "0.8.1"

try:
ROOT = sys._MEIPASS
Expand Down

0 comments on commit e8206a5

Please sign in to comment.