File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " FastWARC"
7- version = " 0.15.1 "
7+ version = " 0.15.2 "
88description = " A high-performance WARC parsing library for Python written in C++/Cython."
99authors = [
1010 { name = " Janek Bevendorff" }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " Resiliparse"
7- version = " 0.15.1 "
7+ version = " 0.15.2 "
88description = " A collection of robust and fast processing tools for parsing and analyzing (not only) web archive data."
99authors = [
1010 { name = " Janek Bevendorff" }
@@ -15,7 +15,7 @@ license = { text = "Apache License 2.0" }
1515readme = " README.md"
1616requires-python = " >=3.8"
1717dependencies = [
18- " fastwarc==0.15.1 "
18+ " fastwarc==0.15.2 "
1919]
2020
2121[project .urls ]
You can’t perform that action at this time.
0 commit comments