Skip to content

Commit

Permalink
bump: 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Nov 10, 2023
1 parent 0b19c1a commit 5f908dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion meteomoris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
get_latest = Meteo.get_latest
get_uvindex = Meteo.get_uvindex

__version__ = "2.8.1"
__version__ = "2.8.2"
15 changes: 7 additions & 8 deletions meteomoris/meteo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@
from rich.table import Table
from rich.panel import Panel
from rich.status import Status
import datetime
import calendar
import http.client as httplib
import re
import site
import os
import http.client as httplib
import json
except Exception as e:
pass

import sys
import datetime
import calendar
import re
import site
import os
import http.client as httplib
import json


# def __download_file(url, path):
Expand Down

0 comments on commit 5f908dd

Please sign in to comment.