Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Dec 29, 2021
1 parent cfb07f0 commit 133d536
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to m3u_parser</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.7-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.1.8-blue.svg?cacheSeconds=2592000" />
</p>

> A parser for m3u files.
Expand Down
2 changes: 2 additions & 0 deletions m3u_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .m3u_parser import M3uParser

__version__ = '0.1.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
EMAIL = "[email protected]"
AUTHOR = "Pawan Paudel"
REQUIRES_PYTHON = ">=3.0"
VERSION = "0.1.7"
VERSION = "0.1.8"

REQUIRED = ["requests", "asyncio", "aiohttp", "pycountry"]

Expand Down

0 comments on commit 133d536

Please sign in to comment.