Skip to content

Commit

Permalink
update pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Aug 21, 2017
1 parent 61fe9a5 commit a48dff7
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 @@ -33,7 +33,7 @@ def run_tests(self):

setup(
name='xcessiv',
version='0.5.0',
version='0.5.1',
url='https://github.com/reiinakano/xcessiv',
license='Apache License 2.0',
author='Reiichiro Nakano',
Expand Down
2 changes: 1 addition & 1 deletion xcessiv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask import Flask


__version__ = '0.5.0'
__version__ = '0.5.1'


app = Flask(__name__, static_url_path='/static', static_folder='ui/build/static')
Expand Down

0 comments on commit a48dff7

Please sign in to comment.