File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# TagUI for Python
44
5- [ ** Use Cases** ] ( #use-cases ) &ensp ; |&ensp ; [ ** API Reference** ] ( #api-reference ) &ensp ; |&ensp ; [ ** About & Credits** ] ( #about--credits ) &ensp ; |&ensp ; [ ** v1.14 ** ] ( https://github.com/tebelorg/TagUI-Python/releases )
5+ [ ** Use Cases** ] ( #use-cases ) &ensp ; |&ensp ; [ ** API Reference** ] ( #api-reference ) &ensp ; |&ensp ; [ ** About & Credits** ] ( #about--credits ) &ensp ; |&ensp ; [ ** v1.15 ** ] ( https://github.com/tebelorg/TagUI-Python/releases )
66
77![ TagUI for Python demo in Jupyter notebook] ( https://raw.githubusercontent.com/tebelorg/Tump/master/tagui_python.gif )
88
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'tagui' ,
5- version = '1.14 .0' ,
5+ version = '1.15 .0' ,
66 py_modules = ['tagui' ],
77 author = 'Ken Soh' ,
88 author_email = 'opensource@tebel.org' ,
Original file line number Diff line number Diff line change 22# Apache License 2.0, Copyright 2019 Tebel.Automation Private Limited
33# https://github.com/tebelorg/TagUI-Python/blob/master/LICENSE.txt
44__author__ = 'Ken Soh <opensource@tebel.org>'
5- __version__ = '1.14 .0'
5+ __version__ = '1.15 .0'
66
77import subprocess
88import os
You can’t perform that action at this time.
0 commit comments