Skip to content

Commit

Permalink
de-bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 11, 2024
1 parent 51132e8 commit 9addc3f
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 = '3.0.1-dev'
__version__: str = '2.2.1'
__short_version__: str = '.'.join(__version__.split('.')[:2])
__author__: str = 'Antoine Bertin'
__license__: str = 'MIT'
Expand Down

0 comments on commit 9addc3f

Please sign in to comment.