File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# Apache License 2.0, Copyright 2019 Tebel.Automation Private Limited
3
3
# https://github.com/tebelorg/RPA-Python/blob/master/LICENSE.txt
4
4
__author__ = 'Ken Soh <opensource@tebel.org>'
5
- __version__ = '1.48.0 '
5
+ __version__ = '1.48.1 '
6
6
7
7
# for backward compatibility, invoke tagui.py functions to use in rpa.py
8
8
from tagui import *
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'rpa' ,
5
- version = '1.48.0 ' ,
6
- py_modules = ['rpa' ], install_requires = ['tagui>=1.48.0 ' ],
5
+ version = '1.48.1 ' ,
6
+ py_modules = ['rpa' ], install_requires = ['tagui>=1.48.1 ' ],
7
7
author = 'Ken Soh' ,
8
8
author_email = 'opensource@tebel.org' ,
9
9
license = 'Apache License 2.0' ,
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'tagui' ,
5
- version = '1.48.0 ' ,
5
+ version = '1.48.1 ' ,
6
6
py_modules = ['tagui' ],
7
7
author = 'Ken Soh' ,
8
8
author_email = 'opensource@tebel.org' ,
Original file line number Diff line number Diff line change 2
2
# Apache License 2.0, Copyright 2019 Tebel.Automation Private Limited
3
3
# https://github.com/tebelorg/RPA-Python/blob/master/LICENSE.txt
4
4
__author__ = 'Ken Soh <opensource@tebel.org>'
5
- __version__ = '1.48.0 '
5
+ __version__ = '1.48.1 '
6
6
7
7
import subprocess
8
8
import os
You can’t perform that action at this time.
0 commit comments