# HG changeset patch # User sqwishy # Date 1515298861 28800 # Sat Jan 06 20:21:01 2018 -0800 # Node ID a255de04559122eaf5e6cb56537b92f13bc26752 # Parent bd2473983680685b5ed9b6f056ac623b3700b99d v0.9.2 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ 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."), diff --git a/winrustler/__init__.py b/winrustler/__init__.py --- a/winrustler/__init__.py +++ b/winrustler/__init__.py @@ -1,1 +1,1 @@ -__version__ = '0.9.1' # Keep in sync with ../setup.py +__version__ = '0.9.2' # Keep in sync with ../setup.py