Skip to content

Commit 0be6d25

Browse files
committed
Bump version number
1 parent f473077 commit 0be6d25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fastwarc/pyproject.toml

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

55
[project]
66
name = "FastWARC"
7-
version = "0.15.1"
7+
version = "0.15.2"
88
description = "A high-performance WARC parsing library for Python written in C++/Cython."
99
authors = [
1010
{ name = "Janek Bevendorff" }

resiliparse/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Resiliparse"
7-
version = "0.15.1"
7+
version = "0.15.2"
88
description = "A collection of robust and fast processing tools for parsing and analyzing (not only) web archive data."
99
authors = [
1010
{ name = "Janek Bevendorff" }
@@ -15,7 +15,7 @@ license = { text = "Apache License 2.0" }
1515
readme = "README.md"
1616
requires-python = ">=3.8"
1717
dependencies = [
18-
"fastwarc==0.15.1"
18+
"fastwarc==0.15.2"
1919
]
2020

2121
[project.urls]

0 commit comments

Comments
 (0)