diff --git a/setup.cfg b/setup.cfg index bc0ae0e..a7d5115 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.12 +current_version = 1.5.13 commit = True tag = True diff --git a/snapchat_dlp/__init__.py b/snapchat_dlp/__init__.py index 50ff973..7fe3e34 100644 --- a/snapchat_dlp/__init__.py +++ b/snapchat_dlp/__init__.py @@ -5,5 +5,5 @@ from snapchat_dlp.snapchat_dlp import SnapchatDL -__version__ = "1.5.12" +__version__ = "1.5.13" __all__ = ["SnapchatDL"] diff --git a/snapchat_dlp/version.py b/snapchat_dlp/version.py index da34e60..1d51ed9 100644 --- a/snapchat_dlp/version.py +++ b/snapchat_dlp/version.py @@ -1 +1 @@ -__version__ = "1.5.12" +__version__ = "1.5.13"