Skip to content

Commit a48dff7

Browse files
committed
update pypi version
1 parent 61fe9a5 commit a48dff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run_tests(self):
3333

3434
setup(
3535
name='xcessiv',
36-
version='0.5.0',
36+
version='0.5.1',
3737
url='https://github.com/reiinakano/xcessiv',
3838
license='Apache License 2.0',
3939
author='Reiichiro Nakano',

xcessiv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from flask import Flask
33

44

5-
__version__ = '0.5.0'
5+
__version__ = '0.5.1'
66

77

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

0 commit comments

Comments
 (0)