Skip to content

Commit

Permalink
2.2.6 in __about__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Mar 28, 2024
1 parent 487753e commit 0242361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2gg/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "2.2.5"
__version__ = "2.2.6"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 0242361

Please sign in to comment.