commit c6f799aad0f16a9ddb91143c421cbfe642ab9740
parent f593094a532e0b2116c78e5f56a2381d93bb3162
Author: Árni Dagur <agudmundsson@fc-md.umd.edu>
Date: Mon, 30 Mar 2020 00:35:12 -0400
Update to 0.1.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.1.0"
+version = "0.1.1"
authors = ["Árni Dagur <arni@dagur.eu"]
edition = "2018"
diff --git a/pyproject.toml b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "adblock"
-version = "0.1.0"
+version = "0.1.1"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]
license = "Apache-2.0"