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 f018729 commit cc1d872Copy full SHA for cc1d872
flask_excel.yaml
@@ -1,6 +1,7 @@
1
overrides: "pyexcel.yaml"
2
name: "Flask-Excel"
3
version: 0.0.6
4
+current_version: 0.0.6
5
release: 0.0.6
6
webframework: Flask
7
dependencies:
setup.py
@@ -7,7 +7,7 @@
8
NAME = 'Flask-Excel'
9
AUTHOR = 'C.W.'
10
-VERSION = ''
+VERSION = '0.0.6'
11
EMAIL = 'wangc_2011@hotmail.com'
12
LICENSE = 'New BSD'
13
DESCRIPTION = (
0 commit comments