Skip to content

Commit

Permalink
#193 - copying non-English to clipboard()
Browse files Browse the repository at this point in the history
  • Loading branch information
kensoh committed Apr 8, 2021
1 parent d942ad8 commit 8354c37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rpa_package/rpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Apache License 2.0, Copyright 2020 Tebel.Automation Private Limited
# https://github.com/tebelorg/RPA-Python/blob/master/LICENSE.txt
__author__ = 'Ken Soh <[email protected]>'
__version__ = '1.31.0'
__version__ = '1.32.0'

# for backward compatibility, invoke tagui.py functions to use in rpa.py
from tagui import *
4 changes: 2 additions & 2 deletions rpa_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

setup(
name='rpa',
version='1.31.0',
py_modules=['rpa'], install_requires=['tagui>=1.31.0'],
version='1.32.0',
py_modules=['rpa'], install_requires=['tagui>=1.32.0'],
author='Ken Soh',
author_email='[email protected]',
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='tagui',
version='1.31.0',
version='1.32.0',
py_modules=['tagui'],
author='Ken Soh',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tagui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Apache License 2.0, Copyright 2020 Tebel.Automation Private Limited
# https://github.com/tebelorg/RPA-Python/blob/master/LICENSE.txt
__author__ = 'Ken Soh <[email protected]>'
__version__ = '1.31.0'
__version__ = '1.32.0'

import subprocess
import os
Expand Down

0 comments on commit 8354c37

Please sign in to comment.