Skip to content

Commit 3f7c08f

Browse files
committed
Prepare new release
1 parent 72aa973 commit 3f7c08f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ def read_extra_requirements():
3838

3939
return extra
4040

41+
import tabular_toolbox
4142

42-
version = '0.1.2'
43+
version = tabular_toolbox.__version__
4344

4445
MIN_PYTHON_VERSION = '>=3.6.*'
4546

tabular_toolbox/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# -*- coding:utf-8 -*-
2+
__author__ = 'yangjian'
3+
"""
4+
5+
"""
6+
7+
# version info
8+
9+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)