Skip to content

Commit 63e1d18

Browse files
committed
chore: bump version to 0.2.0 and document Python 3.10+ requirement
1 parent 4768bbe commit 63e1d18

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
$ python -m pip install mpd-parser
66
```
77

8+
*Note: `mpd-parser` requires Python 3.10 or newer.*
9+
810
## Usage
911
### Importing
1012

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "mpd-parser"
10-
version = "0.1.6"
10+
version = "0.2.0"
1111
description = "lxml based parser for DASH manifests (mpd files)"
1212
readme = "README.md"
1313
authors = [{ name = "Avishay Cohen", email = "avishay.c@gmail.com" }]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mpd-parser
3-
version = 0.1.6
3+
version = 0.2.0
44
author = Avishay Cohen
55
author_email = avishay.c@gmail.com
66
description = A parser for mpd manifest files

0 commit comments

Comments
 (0)