Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 9, 2024
1 parent 06e3592 commit 3f018eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastwarc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "FastWARC"
version = "0.14.7"
version = "0.14.8"
description = "A high-performance WARC parsing library for Python written in C++/Cython."
authors = [
{ name = "Janek Bevendorff" }
Expand Down
4 changes: 2 additions & 2 deletions resiliparse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Resiliparse"
version = "0.14.7"
version = "0.14.8"
description = "A collection of robust and fast processing tools for parsing and analyzing (not only) web archive data."
authors = [
{ name = "Janek Bevendorff" }
Expand All @@ -13,7 +13,7 @@ license = { text = "Apache License 2.0" }
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fastwarc==0.14.7"
"fastwarc==0.14.8"
]

[project.urls]
Expand Down

0 comments on commit 3f018eb

Please sign in to comment.