We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35294c2 commit 7457ba1Copy full SHA for 7457ba1
requirements.txt
@@ -6,6 +6,7 @@ colorama==0.4.6
6
docutils==0.20.1
7
idna==3.7
8
imagesize==1.4.1
9
+importlib-metadata==7.0.1
10
Jinja2==3.1.4
11
MarkupSafe==2.1.5
12
packaging==24.1
setup.py
@@ -34,7 +34,7 @@
34
name='bhexpress',
35
36
# Versions should comply with PEP440
37
- version='2.0.0',
+ version='2.0.1',
38
39
description='Cliente para realizar la integración con los servicios web de BHExpress desde Python.',
40
long_description="\n"+long_description,
0 commit comments