bbdd-utils 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bbdd_utils
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: libreria para la gestion de bases de datos
5
5
  Author: Luis_J_Domingo
6
6
  Description-Content-Type: text/markdown
@@ -1,2 +1,2 @@
1
1
  # Esto hace que puedas hacer: from milibreria import saludar
2
- from .utils import saludar
2
+ from .utils import Conector_bbdd, cerrar_conexion
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bbdd_utils
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: libreria para la gestion de bases de datos
5
5
  Author: Luis_J_Domingo
6
6
  Description-Content-Type: text/markdown
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='bbdd_utils',
5
- version='0.2.2',
5
+ version='0.2.3',
6
6
  packages=find_packages(),
7
7
  install_requires=[],
8
8
  author='Luis_J_Domingo',
File without changes
File without changes
File without changes
File without changes