From 12da37f670b6905644e29a5de3e302993d036669 Mon Sep 17 00:00:00 2001 From: Ronald van der Meer Date: Sun, 29 Mar 2026 21:29:11 +0200 Subject: [PATCH] chore: bump version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f0aa66..b086327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-eveonline" -version = "0.3.0" +version = "0.4.0" description = "Async Python client for the Eve Online ESI API" readme = "README.md" license = "MIT"