Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
themoosman committed Jun 28, 2024
1 parent d1f100f commit 93ec7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15'
DRIVER_VERSION = '0.0.16'
log = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def loader():
class AmbientWeatherApiInstaller(ExtensionInstaller):
def __init__(self):
super(AmbientWeatherApiInstaller, self).__init__(
version="0.0.15",
version="0.0.16",
name='ambientweatherapi',
description='WeeWx AmbientWeather API Driver.',
author="Karl Moos",
Expand Down

0 comments on commit 93ec7fc

Please sign in to comment.