Skip to content

Commit

Permalink
update pypi 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Jun 2, 2017
1 parent a163d4a commit 0d63e33
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.2.5',
version='0.3.0',
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.2.5'
__version__ = '0.3.0'


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

0 comments on commit 0d63e33

Please sign in to comment.