Skip to content

Commit

Permalink
Update version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoagz committed Jul 19, 2024
1 parent 4cb6949 commit ea8a386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyDolarVenezuela/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from colorama import Fore
from . import network

__version__ = '1.8.0'
__version__ = '1.8.1'
"""
Versión actual de la biblioteca
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyDolarVenezuela"
version = "1.8.0"
version = "1.8.1"
dependencies = [
"requests",
"curl_cffi",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

HERE = pathlib.Path(__file__).parent

VERSION = '1.8.0'
VERSION = '1.8.1'
PACKAGE_NAME = 'pyDolarVenezuela'
AUTHOR = 'Francisco Griman'
AUTHOR_EMAIL = '[email protected]'
Expand Down

0 comments on commit ea8a386

Please sign in to comment.