Skip to content

Commit 9959589

Browse files
committed
Release 0.6.0
1 parent 6bf7207 commit 9959589

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.6.0
4+
5+
Publish to pypi!
6+
37
## v0.5.0
48

59
Added

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ Python wrapper of Inoreader API.
77

88
## Installation
99

10-
1. Clone this repository and install it with `setup.py`
10+
Install with `pip` directly
1111

1212
```shell
13-
python setup.py install
14-
```
15-
16-
2. Install with `pip` directly
17-
18-
```shell
19-
pip install git+https://github.com/Linusp/python-inoreader.git
13+
pip install python-inoreader
2014
```
2115

2216
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-inoreader"
3-
version = "0.4.7"
3+
version = "0.6.0"
44
description = "Python wrapper of Inoreader API"
55
authors = [
66
{name = "Linusp", email = "[email protected]"},

0 commit comments

Comments
 (0)