Skip to content

Commit

Permalink
Update version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoagz committed Aug 20, 2024
1 parent 8be268e commit ca0a507
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.9.2'
__version__ = '1.9.3'
"""
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.9.2"
version = "1.9.3"
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.9.2'
VERSION = '1.9.3'
PACKAGE_NAME = 'pyDolarVenezuela'
AUTHOR = 'Francisco Griman'
AUTHOR_EMAIL = 'grihardware@gmail.com'
Expand Down

0 comments on commit ca0a507

Please sign in to comment.