Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Dec 5, 2024
1 parent 048670d commit 289610b
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.15.0"
version = "0.15.1"
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.15.0"
version = "0.15.1"
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.15.0"
"fastwarc==0.15.1"
]

[project.urls]
Expand Down

0 comments on commit 289610b

Please sign in to comment.