Skip to content

Commit 55f1728

Browse files
ci: fixes
1 parent 88ed86e commit 55f1728

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Opsgenie API documentation can be found at https://docs.opsgenie.com/docs/
88

99
## Installation
1010

11-
Install current reelase by pip
11+
Install current release by pip
1212

1313
```
1414
pip install opsgenie-python-api

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
requests>=2.22.0
21
atlassian-python-api>=3.41.14

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="opsgenie-python-api",
8-
version="0.1",
8+
version="0.2",
99
author="Stanislav Ulrych",
1010
author_email="stanislav.ulrych@gmail.com",
1111
description="Python bindings for Opsgenie API",

0 commit comments

Comments
 (0)