Skip to content

Commit 4c6f651

Browse files
committed
#257 - tagui_location() for custom TagUI folder
1 parent 3fae088 commit 4c6f651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rpa_package/rpa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Apache License 2.0, Copyright 2019 Tebel.Automation Private Limited
33
# https://github.com/tebelorg/RPA-Python/blob/master/LICENSE.txt
44
__author__ = 'Ken Soh <[email protected]>'
5-
__version__ = '1.35.0'
5+
__version__ = '1.36.0'
66

77
# for backward compatibility, invoke tagui.py functions to use in rpa.py
88
from tagui import *

rpa_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name='rpa',
5-
version='1.35.0',
6-
py_modules=['rpa'], install_requires=['tagui>=1.35.0'],
5+
version='1.36.0',
6+
py_modules=['rpa'], install_requires=['tagui>=1.36.0'],
77
author='Ken Soh',
88
author_email='[email protected]',
99
license='Apache License 2.0',

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='tagui',
5-
version='1.35.0',
5+
version='1.36.0',
66
py_modules=['tagui'],
77
author='Ken Soh',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)