v0.9.2
2 files changed, 2 insertions(+), 2 deletions(-)

M setup.py
M winrustler/__init__.py
M setup.py +1 -1
@@ 6,7 6,7 @@ def read(fname):
 
 setup(
     name = "WinRustler",
-    version = "0.9.1",  # Keep in sync with winrustler/__init__.py
+    version = "0.9.2",  # Keep in sync with winrustler/__init__.py
     author = "somebody",
     author_email = "somebody@froghat.ca",
     description = ("Thing for rustling windows in Windows."),

          
M winrustler/__init__.py +1 -1
@@ 1,1 1,1 @@ 
-__version__ = '0.9.1'  # Keep in sync with ../setup.py
+__version__ = '0.9.2'  # Keep in sync with ../setup.py