commit afe851835fbe1cf62b6cbfd11e532d5ab72d3fd8
parent d3953185e8196a2dc6bfb55c979f195fe6969519
Author: Árni Dagur <arni@dagur.eu>
Date: Tue, 22 Sep 2020 05:28:07 +0000
Bump version number to 0.3.2
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "adblock"
publish = false
-version = "0.3.1"
+version = "0.3.2"
authors = ["Árni Dagur <arni@dagur.eu"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/pyproject.toml b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "adblock"
-version = "0.3.1"
+version = "0.3.2"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]
license = "MIT OR Apache-2.0"