diff options
| author | Árni Dagur <arni@dagur.eu> | 2022-07-18 00:48:58 +0200 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2022-07-18 00:57:45 +0200 |
| commit | e8c923f69388dcff2c7805bec2269db2cc61d0c4 (patch) | |
| tree | 395e733fc5bd0d05657773c81be9eef78ea71ef0 /Cargo.toml | |
| parent | 7cc01b838d6332fea3e392c80236138845d61502 (diff) | |
Bump version to 0.6.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | publish = false | 2 | publish = false |
| 3 | name = "adblock" | 3 | name = "adblock" |
| 4 | version = "0.5.2" | 4 | version = "0.6.0" |
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | authors = ["Árni Dagur <arni@dagur.eu>"] | 6 | authors = ["Árni Dagur <arni@dagur.eu>"] |
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
| @@ -16,7 +16,7 @@ classifier = [ | |||
| 16 | "License :: OSI Approved :: MIT License", | 16 | "License :: OSI Approved :: MIT License", |
| 17 | "License :: OSI Approved :: Apache Software License", | 17 | "License :: OSI Approved :: Apache Software License", |
| 18 | ] | 18 | ] |
| 19 | requires-python = ">=3.6" | 19 | requires-python = ">=3.7" |
| 20 | 20 | ||
| 21 | [profile.release] | 21 | [profile.release] |
| 22 | debug = true | 22 | debug = true |
