diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-07-27 20:35:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-27 20:35:50 +0000 |
| commit | 25684535e85a8bbb05b65b0da2304273d1d90ca0 (patch) | |
| tree | aad63588ac9eafe99ddd0d3ed847a3726d947271 /pyproject.toml | |
| parent | dc35e6044c249261dfc46eff831d5885a993eb0f (diff) | |
Update upstream library to 0.3.0, respond to API changes (#10)
* Update upstream library to 0.3.0, respond to API changes
* Change pypi publishing criteria in CI
* Create test to make sure the version numbers are the same everywhere
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d92a78f..099e239 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.2.3" | 3 | version = "0.3.0" |
| 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 = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| @@ -14,3 +14,4 @@ python = "^3.5" | |||
| 14 | [tool.poetry.dev-dependencies] | 14 | [tool.poetry.dev-dependencies] |
| 15 | maturin = "*" | 15 | maturin = "*" |
| 16 | pytest = "*" | 16 | pytest = "*" |
| 17 | toml = "*" | ||
