Bump version to 0.4.1

I forgot to update the version before tagging 0.4.0 so I will have to
tag a 0.4.1 release instead.
This commit is contained in:
2024-03-02 16:29:59 +02:00
parent 7c37ea306b
commit 545a82ec35

View File

@@ -12,7 +12,7 @@ with open(os.path.join(os.path.dirname(__file__), "README.md")) as f:
setup(
name="galvani",
version="0.3.0",
version="0.4.1",
description="Open and process battery charger log data files",
long_description=readme,
long_description_content_type="text/markdown",