Skip to content

Commit a1d6364

Browse files
committed
💄 update version automatically
1 parent d0e65ca commit a1d6364

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.moban.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ targets:
99
- .travis.yml: custom_travis.yml.jj2
1010
- .gitignore: gitignore.jj2
1111
- "docs/source/conf.py": "docs/source/conf.py.jj2"
12-
- "docs/source/index.rst": "index.rst.jj2"
12+
- "docs/source/index.rst": "index.rst.jj2"
13+
- 'pyexcel_htmlr/_version.py': '_version.py.jj2'

pyexcel_htmlr/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = ""
2-
__author__ = ""
1+
__version__ = "0.6.0"
2+
__author__ = "chfw"

0 commit comments

Comments
 (0)