From f37ab70252d172b4cc9af876e60939056179416a Mon Sep 17 00:00:00 2001 From: Justin Warren Date: Wed, 11 Jan 2023 08:27:01 +1100 Subject: [PATCH] Bumped version to 0.3.0 ready for release. Changed min Python version to v3.10. --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 107ad9e..ba761ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "fediblockhole" -version = "0.2.1" +version = "0.3.0" description = "Federated blocklist management for Mastodon" readme = "README.md" license = {file = "LICENSE"} -requires-python = ">=3.6" +requires-python = ">=3.10" keywords = ["mastodon", "fediblock"] authors = [ {name = "Justin Warren"}, {email = "justin@eigenmagic.com"} @@ -34,5 +34,3 @@ fediblock-sync = "fediblockhole:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" -# requires = ["flit_core >=3.4,<4"] -# build-backend = "flit_core.buildapi" \ No newline at end of file