Skip to content

Commit

Permalink
fix: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 18, 2025
1 parent c790b2d commit 453923e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setuptools.setup(
name="budy",
version="0.8.18",
version="0.8.19",
author="Hive Solutions Lda.",
author_email="[email protected]",
description="Budy E-commerce System",
Expand Down
2 changes: 1 addition & 1 deletion src/budy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_seeplus_api(self):
return self.seeplus_api

def _version(self):
return "0.8.18"
return "0.8.19"

def _description(self):
return "Budy"
Expand Down

0 comments on commit 453923e

Please sign in to comment.