Skip to content

Commit ed4ea2a

Browse files
committed
bump to update pypi readme
1 parent 194c6d8 commit ed4ea2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

rpa_package/rpa.py

Lines changed: 1 addition & 1 deletion
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 <opensource@tebel.org>'
5-
__version__ = '1.48.0'
5+
__version__ = '1.48.1'
66

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

rpa_package/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
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'],
77
author='Ken Soh',
88
author_email='opensource@tebel.org',
99
license='Apache License 2.0',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='tagui',
5-
version='1.48.0',
5+
version='1.48.1',
66
py_modules=['tagui'],
77
author='Ken Soh',
88
author_email='opensource@tebel.org',

tagui.py

Lines changed: 1 addition & 1 deletion
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 <opensource@tebel.org>'
5-
__version__ = '1.48.0'
5+
__version__ = '1.48.1'
66

77
import subprocess
88
import os

0 commit comments

Comments
 (0)