We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e65ca commit a1d6364Copy full SHA for a1d6364
.moban.yml
@@ -9,4 +9,5 @@ targets:
9
- .travis.yml: custom_travis.yml.jj2
10
- .gitignore: gitignore.jj2
11
- "docs/source/conf.py": "docs/source/conf.py.jj2"
12
- - "docs/source/index.rst": "index.rst.jj2"
+ - "docs/source/index.rst": "index.rst.jj2"
13
+ - 'pyexcel_htmlr/_version.py': '_version.py.jj2'
pyexcel_htmlr/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = ""
2
-__author__ = ""
+__version__ = "0.6.0"
+__author__ = "chfw"
0 commit comments