diff options
| 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 |
| commit | 5b1284cbb56963315c6576b39c7e1329fc9954e8 (patch) | |
| tree | c4a28340752424cb6f4be5733c77e47d705d53ef /pyproject.toml | |
| parent | d697bf7ee74e0e3dc476c176a392269530ff6c74 (diff) | |
Bugfix: Allow overwriting existing file in 'serialize_to_file'
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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] |
| 2 | name = "adblock" | 2 | name = "adblock" |
| 3 | version = "0.1.1" | 3 | version = "0.1.2" |
| 4 | description = "Brave's adblocking in Python" | 4 | description = "Brave's adblocking in Python" |
| 5 | authors = ["Árni Dagur <arni@dagur.eu>"] | 5 | authors = ["Árni Dagur <arni@dagur.eu>"] |
| 6 | license = "Apache-2.0" | 6 | license = "Apache-2.0" |
