summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-09-22 16:35:15 +0000
committerGitHub <noreply@github.com>2020-09-22 16:35:15 +0000
commit653221ca5463a4e785839bed6142dad04d6a6d6e (patch)
tree3d0028be8fdab9daa984534dfe32c0e934425dff /pyproject.toml
parent04678357e0d95ba1569e65b7fc423c17f867a87f (diff)
parent1f73df47e5a0fd41b912ba21c5897b4c77401db1 (diff)
Merge pull request #13 from ArniDagur/update-to-0.3.2
Update to 0.3.2
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ab66883..c829e6c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
1[tool.poetry] 1[tool.poetry]
2name = "adblock" 2name = "adblock"
3version = "0.3.1" 3version = "0.3.2"
4description = "Brave's adblocking in Python" 4description = "Brave's adblocking in Python"
5authors = ["Árni Dagur <arni@dagur.eu>"] 5authors = ["Árni Dagur <arni@dagur.eu>"]
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"