Skip to content

Commit

Permalink
Update Installer (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
themoosman authored Jun 17, 2024
1 parent e4637dd commit 4f58c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/ambientweatherapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from os import path

DRIVER_NAME = 'ambientweatherapi'
DRIVER_VERSION = '0.0.11'
DRIVER_VERSION = '0.0.12'


def loader(config_dict, engine):
Expand Down
3 changes: 1 addition & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ def loader():
class AmbientWeatherApiInstaller(ExtensionInstaller):
def __init__(self):
super(AmbientWeatherApiInstaller, self).__init__(
version="0.0.11",
version="0.0.12",
name='ambientweatherapi',
description='WeeWx AmbientWeather API Driver.',
author="Karl Moos",
restful_services='user.ambientweatherapi.AmbientWeatherAPI',
config={
'ambientweatherapi': {
'driver': 'user.ambientweatherapi',
Expand Down

0 comments on commit 4f58c89

Please sign in to comment.