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 88ed86e commit 55f1728Copy full SHA for 55f1728
README.md
@@ -8,7 +8,7 @@ Opsgenie API documentation can be found at https://docs.opsgenie.com/docs/
8
9
## Installation
10
11
-Install current reelase by pip
+Install current release by pip
12
13
```
14
pip install opsgenie-python-api
requirements.txt
@@ -1,2 +1 @@
1
-requests>=2.22.0
2
atlassian-python-api>=3.41.14
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="opsgenie-python-api",
- version="0.1",
+ version="0.2",
author="Stanislav Ulrych",
author_email="stanislav.ulrych@gmail.com",
description="Python bindings for Opsgenie API",
0 commit comments