Skip to content

Commit

Permalink
Set version to 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 23, 2022
1 parent 19123ac commit 48a0579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
except ImportError:
pass

version_info = (3, 4, 4)
version_info = (3, 4, 5)
__author__ = 'Jon Nappi, Elan Ruusamäe'
__version__ = '.'.join([str(i) for i in version_info])

0 comments on commit 48a0579

Please sign in to comment.