summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-05 03:59:39 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-05 03:59:39 -0400
commit5b1284cbb56963315c6576b39c7e1329fc9954e8 (patch)
treec4a28340752424cb6f4be5733c77e47d705d53ef /pyproject.toml
parentd697bf7ee74e0e3dc476c176a392269530ff6c74 (diff)
Bugfix: Allow overwriting existing file in 'serialize_to_file'
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 b7e1d33..f629403 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
1[tool.poetry] 1[tool.poetry]
2name = "adblock" 2name = "adblock"
3version = "0.1.1" 3version = "0.1.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 = "Apache-2.0" 6license = "Apache-2.0"