From a9f5e78f6400328e269f655e5df45e37d990a6e3 Mon Sep 17 00:00:00 2001 From: Sangwon Lee Date: Wed, 17 Jan 2024 08:24:31 +0900 Subject: [PATCH] Bump up version to 0.4.0 --- .travis.yml | 1 - README.md | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad7bf75..b54f396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.4" - "3.5" script: python setup.py test diff --git a/README.md b/README.md index e2de1a2..4ce2383 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ MPEG-DASH MPD (Media Presentation Description) Parser compatible with Python 3+. -[![Build Status](https://img.shields.io/github/workflow/status/sangwonl/python-mpegdash/Build%20Status?label=Python%202.7%2B%20builds)](https://github.com/sangwonl/python-mpegdash/actions?query=workflow%3A%22Build+Status%22) +[![Build Status](https://img.shields.io/github/workflow/status/sangwonl/python-mpegdash/Build%20Status?label=Python%203%2B%20builds)](https://github.com/sangwonl/python-mpegdash/actions?query=workflow%3A%22Build+Status%22) [![License](https://img.shields.io/github/license/sangwonl/python-mpegdash?style=flat)](https://github.com/sangwonl/python-mpegdash/blob/master/LICENSE) * * * diff --git a/setup.py b/setup.py index e45b906..c7c324e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type='text/markdown', author="sangwonl", author_email="gamzabaw@gmail.com", - version="0.3.1", + version="0.4.0", license="MIT", zip_safe=False, include_package_data=True,