diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 8bc16415..9b7076a6 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -12,7 +12,7 @@ """ import time -__version__="1.10.0" +__version__="1.10.1" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/weewx.conf b/weewx.conf index ed44643b..84f9c147 100644 --- a/weewx.conf +++ b/weewx.conf @@ -29,7 +29,7 @@ debug = 0 socket_timeout = 20 # Current version -version = 1.10.0 +version = 1.10.1 ############################################################################################