Skip to content

Commit

Permalink
raise version and rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rlehfeld committed Mar 20, 2023
1 parent 513a03b commit fde87b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Install the library from GitHub using pip:

::

pip install git+https://github.com/rlehfeld/robotframework-async.git
pip install git+https://github.com/rlehfeld/robotframework-async-keyword.git

Or add to your ``conda.yaml`` file:

::

- pip:
- git+https://github.com/rlehfeld/robotframework-async.git
- git+https://github.com/rlehfeld/robotframework-async-keyword.git


Usage
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
from setuptools import setup

setup(
name='robotframework-async',
version='1.1.3',
name='robotframework-async-keyword',
version='1.1.4',
description=(
'Generic Robot Framework library for asynchronous keyword execution'
),
author='René Lehfeld',
author_email='54720674+rlehfeld@users.noreply.github.com',
license='MIT',
url='https://github.com/rlehfeld/robotframework-async',
download_url='https://github.com/rlehfeld/robotframework-async',
url='https://github.com/rlehfeld/robotframework-async-keyword',
download_url='https://github.com/rlehfeld/robotframework-async-keyword',
keywords=['async', 'robotframework'],
install_requires=['robotframework >= 5.0.1'],
packages=['AsyncLibrary'],
Expand Down

0 comments on commit fde87b3

Please sign in to comment.