Skip to content

Commit 57d2547

Browse files
committed
Release new version
1 parent 52243d7 commit 57d2547

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from os.path import dirname, abspath, join, exists
1+
from os.path import abspath, dirname, exists, join
2+
23
from setuptools import setup
34

45
long_description = None
@@ -11,7 +12,7 @@
1112
setup(
1213
name="m3u8",
1314
author='Globo.com',
14-
version="3.4.0",
15+
version="3.5.0",
1516
license='MIT',
1617
zip_safe=False,
1718
include_package_data=True,

0 commit comments

Comments
 (0)