Skip to content

Commit f051a11

Browse files
committed
update version
1 parent c091b63 commit f051a11

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.1
2+
3+
* Fix login and get_status not raising InvalidAuth when unauthorized
4+
15
# 1.0.0
26

37
* Initial commit

Diff for: setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = PyLoadAPI
3-
version = 1.0.0
3+
version = 1.0.1
44
author = Manfred Dennerlein Rodelo
55
author_email = [email protected]
66
description = "Simple wrapper for pyLoad's API."
@@ -22,4 +22,4 @@ install_requires =
2222
aiohttp~=3.9
2323

2424
[options.packages.find]
25-
where=src
25+
where=src

0 commit comments

Comments
 (0)