From 3c97f6996b6c091a99bcfb6948aa9c911fd34962 Mon Sep 17 00:00:00 2001 From: Avishay Cohen Date: Mon, 2 Jun 2025 11:24:29 +0300 Subject: [PATCH] bump to version 0.1.5 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a916973..56ace37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "mpd-parser" -version = "0.1.4" +version = "0.1.5" description = "lxml based parser for DASH manifests (mpd files)" readme = "README.md" authors = [{ name = "Avishay Cohen", email = "avishay.c@gmail.com" }] diff --git a/setup.cfg b/setup.cfg index fd57a78..632adaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mpd-parser -version = 0.1.4 +version = 0.1.5 author = Avishay Cohen author_email = avishay.c@gmail.com description = A parser for mpd manifest files