Imported from archive.
[weather.git] / weather.py
index 9d4b0e0..3ea1f54 100644 (file)
@@ -1,10 +1,10 @@
-# weather.py version 1.2, http://fungi.yuggoth.org/weather/
+# weather.py version 1.3, http://fungi.yuggoth.org/weather/
 # Copyright (c) 2006 Jeremy Stanley <fungi@yuggoth.org>, all rights reserved.
 # Licensed per terms in the LICENSE file distributed with this software.
 
 """Contains various object definitions needed by the weather utility."""
 
-version = "1.2"
+version = "1.3"
 
 class Selections:
        """An object to contain selection data."""