Skip to content

Commit

Permalink
Testing new PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Nov 28, 2024
1 parent 62c691e commit 805f904
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.2"
version = "0.2.2-dev"
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.2'
__version__ = '0.2.2-dev'
__license__ = 'MIT'

__all__ = [
Expand Down

0 comments on commit 805f904

Please sign in to comment.