diff --git a/weewx/__init__.py b/weewx/__init__.py index 57173e00..046ec8da 100644 --- a/weewx/__init__.py +++ b/weewx/__init__.py @@ -12,7 +12,7 @@ """ import time -__version__="1.4.0rc1" +__version__="1.4.0" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.'