Skip to content

Commit

Permalink
update pypi 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Jun 7, 2017
1 parent 158dfa7 commit 08d7908
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.3.6',
version='0.3.7',
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.3.6'
__version__ = '0.3.7'


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

0 comments on commit 08d7908

Please sign in to comment.