Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jtayped committed May 21, 2024
1 parent 7fca31e commit 8fa34cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8fa34cb

Please sign in to comment.