Skip to content

Commit

Permalink
Upgrade to version 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Trocotronic <[email protected]>
  • Loading branch information
trocotronic committed Jun 16, 2023
1 parent 4108f0a commit c271fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = EdistribucionAPI
version = 0.6.0
version = 0.7.0
author = trocotronic
description = API para e-distribución (Endesa distribución)
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion src/EdistribucionAPI/Edistribucion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@author: trocotronic
"""

__VERSION__ = '0.6.0'
__VERSION__ = '0.7.0'

import requests, pickle, json
from bs4 import BeautifulSoup
Expand Down

0 comments on commit c271fa0

Please sign in to comment.