Bumped version to 0.3.0 ready for release.

Changed min Python version to v3.10.
This commit is contained in:
Justin Warren 2023-01-11 08:27:01 +11:00
parent edbc418e5e
commit f37ab70252
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -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"