summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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
commite8c923f69388dcff2c7805bec2269db2cc61d0c4 (patch)
tree395e733fc5bd0d05657773c81be9eef78ea71ef0 /Cargo.toml
parent7cc01b838d6332fea3e392c80236138845d61502 (diff)
Bump version to 0.6.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf51c19..f1ed52e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2publish = false 2publish = false
3name = "adblock" 3name = "adblock"
4version = "0.5.2" 4version = "0.6.0"
5edition = "2018" 5edition = "2018"
6authors = ["Árni Dagur <arni@dagur.eu>"] 6authors = ["Árni Dagur <arni@dagur.eu>"]
7license = "MIT OR Apache-2.0" 7license = "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]
19requires-python = ">=3.6" 19requires-python = ">=3.7"
20 20
21[profile.release] 21[profile.release]
22debug = true 22debug = true