Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit b3de50a

Browse files
committed
Bump version to 1.9.9
1 parent 372d1ce commit b3de50a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyDolarVenezuela/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from colorama import Fore
33
from . import network
44

5-
__version__ = '1.9.8'
5+
__version__ = '1.9.9'
66
"""
77
Versión actual de la biblioteca
88
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyDolarVenezuela"
3-
version = "1.9.8"
3+
version = "1.9.9"
44
dependencies = [
55
"requests",
66
"curl_cffi",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
HERE = pathlib.Path(__file__).parent
55

6-
VERSION = '1.9.8'
6+
VERSION = '1.9.9'
77
PACKAGE_NAME = 'pyDolarVenezuela'
88
AUTHOR = 'Francisco Griman'
99
AUTHOR_EMAIL = '[email protected]'

0 commit comments

Comments
 (0)