Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioabreu committed May 10, 2023
1 parent 52243d7 commit 57d2547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from os.path import dirname, abspath, join, exists
from os.path import abspath, dirname, exists, join

from setuptools import setup

long_description = None
Expand All @@ -11,7 +12,7 @@
setup(
name="m3u8",
author='Globo.com',
version="3.4.0",
version="3.5.0",
license='MIT',
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 57d2547

Please sign in to comment.