File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- __version__ = '1.0 .0'
1+ __version__ = '1.1 .0'
Original file line number Diff line number Diff line change 11Metadata-Version: 1.0
22Name: mysql-toolkit
3- Version: 0 .1.0
3+ Version: 1 .1.0
44Summary: Pure Python MySQL development toolkit.
55Home-page: https://github.com/mrstephenneal/mysql-toolkit
66Author: Stephen Neal
Original file line number Diff line number Diff line change 1+ MANIFEST.in
12README.md
23setup.py
34mysql/__init__.py
45mysql/toolkit/__init__.py
56mysql/toolkit/_version.py
7+ mysql/toolkit/connector.py
68mysql/toolkit/toolkit.py
9+ mysql/toolkit/utils.py
10+ mysql/toolkit/components/__init__.py
11+ mysql/toolkit/components/advanced.py
12+ mysql/toolkit/components/core.py
13+ mysql/toolkit/components/execute.py
14+ mysql/toolkit/components/results.py
715mysql_toolkit.egg-info/PKG-INFO
816mysql_toolkit.egg-info/SOURCES.txt
917mysql_toolkit.egg-info/dependency_links.txt
You can’t perform that action at this time.
0 commit comments