Skip to content

Commit

Permalink
bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Jun 22, 2024
1 parent 1b083df commit a5d2bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subliminal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import annotations

__title__: str = 'subliminal'
__version__: str = '2.1.1-dev'
__version__: str = '2.2.0'
__short_version__: str = '.'.join(__version__.split('.')[:2])
__author__: str = 'Antoine Bertin'
__license__: str = 'MIT'
Expand Down

0 comments on commit a5d2bfc

Please sign in to comment.