commit 26b2ffa2e7d1970c30af5d9e97530575916fe769
parent 55611e2c74aec18a60d56ae63e92cc3bc6f4f6b7
Author: Árni Dagur <agudmundsson@fc-md.umd.edu>
Date: Sun, 7 Jun 2020 22:59:26 -0400
Bump version to 0.2.1
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.2.0"
+version = "0.2.1"
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.2.0"
+version = "0.2.1"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]
license = "MIT OR Apache-2.0"