Skip to content

Commit

Permalink
Bump (#45)
Browse files Browse the repository at this point in the history
- adding new version 1.1.4
- ran black.
  • Loading branch information
carlkidcrypto authored Feb 22, 2024
1 parent b125faa commit c0cbc03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions purpleair_api/PurpleAirLocalAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def __init__(self, ipv4_address_list=None):

self._base_api_local_network_request_string_dict = dict()
for address in ipv4_address_list:
self._base_api_local_network_request_string_dict[
address
] = f"http://{address}/json"
self._base_api_local_network_request_string_dict[address] = (
f"http://{address}/json"
)

def request_local_sensor_data(self) -> dict:
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read_file(filename):

setup(
name="purpleair_api",
version="1.1.3",
version="1.1.4",
license="MIT",
author="Carlos Santos",
author_email="dose.lucky.sake@cloak.id",
Expand All @@ -25,7 +25,7 @@ def read_file(filename):
"purple air api",
"purple_air",
"purple air",
"purpleair-sensor",
"purpleair_sensor",
"purpleair sensor",
"purpleair-sensor",
],
Expand Down
2 changes: 1 addition & 1 deletion sphinx_docs_build/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "carlkidcrypto"

# The full version, including alpha/beta/rc tags
release = "V1.1.3"
release = "V1.1.4"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c0cbc03

Please # to comment.