Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Nov 25, 2024
1 parent bd0d122 commit 9cbc1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "streamsnapper"
version = "0.2.1"
version = "0.2.2"
description = "StreamSnapper is an intuitive library designed to simplify, enhance, and organize media downloads from a variety of audiovisual platforms. It offers efficient, high-speed media extraction with optional tools for extracting data from these platforms."
authors = ["henrique-coder <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion streamsnapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .exceptions import StreamBaseError, EmptyDataError, InvalidDataError, ScrapingError, DownloadError, MergeError


__version__ = '0.2.1'
__version__ = '0.2.2'
__license__ = 'MIT'

__all__ = [
Expand Down

0 comments on commit 9cbc1ee

Please sign in to comment.