We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1a52c commit 5989f7eCopy full SHA for 5989f7e
RobotFrameworkElasticSearchLibrary/version.py
@@ -1,2 +1,2 @@
1
# Version of the RobotFrameworkElasticSearchLibrary package
2
-__version__ = "0.0.4"
+__version__ = "0.0.5"
setup.py
@@ -17,8 +17,8 @@
17
README = (HERE / "README.md").read_text()
18
19
INSTALL_REQUIRES = [
20
- 'robotframework;python_version=="3.1.2"',
21
- 'elasticsearch;python_version=="6.4.0"'
+ 'robotframework==3.1.2',
+ 'elasticsearch==6.4.0'
22
]
23
24
# This call to setup() does all the work
0 commit comments