We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fe9a5 commit a48dff7Copy full SHA for a48dff7
setup.py
@@ -33,7 +33,7 @@ def run_tests(self):
33
34
setup(
35
name='xcessiv',
36
- version='0.5.0',
+ version='0.5.1',
37
url='https://github.com/reiinakano/xcessiv',
38
license='Apache License 2.0',
39
author='Reiichiro Nakano',
xcessiv/__init__.py
@@ -2,7 +2,7 @@
2
from flask import Flask
3
4
5
-__version__ = '0.5.0'
+__version__ = '0.5.1'
6
7
8
app = Flask(__name__, static_url_path='/static', static_folder='ui/build/static')
0 commit comments