Skip to content

Commit 5b3a008

Browse files
committed
Corrected version number
1 parent 80ae1e7 commit 5b3a008

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Changelog
77
Try to always use the latest version.
88

99

10-
.. v5.3.0
10+
.. v5.6.0
1111
12-
5.3.0 (2023-02-17)
12+
5.6.0 (2023-02-17)
1313
==================
1414
- Added ``tier`` to items in auctions.
1515

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Tibia.com parsing and fetching library."""
2-
__version__ = '5.3.0'
2+
__version__ = '5.6.0'
33
__author__ = 'Allan Galarza'
44
__license__ = 'Apache-2.0 License'
55

0 commit comments

Comments
 (0)