version bump to 0.10.1
2 files changed, 3 insertions(+), 3 deletions(-)

M setup.py
M winrustler/__init__.py
M setup.py +2 -2
@@ 6,8 6,8 @@ def read(fname):
 
 setup(
     name = "WinRustler",
-    version = "0.9.3",  # Keep in sync with winrustler/__init__.py
-    author = "somebody",
+    version = "0.10.1",  # Keep in sync with winrustler/__init__.py
+    author = "sqwishy",
     author_email = "somebody@froghat.ca",
     description = ("Thing for rustling windows in Windows."),
     license = "GPLv3",

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