From 8fa34cb51ea3e88d63b35acfaf6b10ec6a52e2eb Mon Sep 17 00:00:00 2001 From: jtayped Date: Tue, 21 May 2024 12:08:56 +0200 Subject: [PATCH] version updated --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 85a3f40..2e4220e 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,10 @@ # Read version from VERSION file here = path.abspath(path.dirname(__file__)) -VERSION = "0.2.0" -DESCRIPTION = "A Mercadona interface for Python to track product prices, amounts, and more." +VERSION = "0.3.0" +DESCRIPTION = ( + "A Mercadona interface for Python to track product prices, amounts, and more." +) # Get the long description from the README file with open(path.join(here, "README.md"), encoding="utf-8") as f: