Skip to content

Commit

Permalink
new release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Jul 12, 2016
1 parent 9453094 commit 251a435
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.3"
__version__ = "0.3.3"

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 @@ -9,7 +9,7 @@
from jinja2 import Template
from tqdm import tqdm

__version__ = "0.3"
__version__ = "0.3.3"

try:
ROOT = sys._MEIPASS
Expand Down

0 comments on commit 251a435

Please sign in to comment.