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 72aa973 commit 3f7c08fCopy full SHA for 3f7c08f
setup.py
@@ -38,8 +38,9 @@ def read_extra_requirements():
38
39
return extra
40
41
+import tabular_toolbox
42
-version = '0.1.2'
43
+version = tabular_toolbox.__version__
44
45
MIN_PYTHON_VERSION = '>=3.6.*'
46
tabular_toolbox/__init__.py
@@ -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