Skip to content

Commit 5989f7e

Browse files
author
Gianpaolo Caprara
committed
Change version to 0.0.5
1 parent 9b1a52c commit 5989f7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version of the RobotFrameworkElasticSearchLibrary package
2-
__version__ = "0.0.4"
2+
__version__ = "0.0.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
README = (HERE / "README.md").read_text()
1818

1919
INSTALL_REQUIRES = [
20-
'robotframework;python_version=="3.1.2"',
21-
'elasticsearch;python_version=="6.4.0"'
20+
'robotframework==3.1.2',
21+
'elasticsearch==6.4.0'
2222
]
2323

2424
# This call to setup() does all the work

0 commit comments

Comments
 (0)