# HG changeset patch # User sqwishy # Date 1521698959 25200 # Wed Mar 21 23:09:19 2018 -0700 # Node ID 347445f8c2b0817f463feb2034c1cb961461bb3c # Parent f93fe39d4dfe9ed73041aae10a4c4ebadfe13ac3 version bump to 0.10.1 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ 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", 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.3' # Keep in sync with ../setup.py +__version__ = '0.10.1' # Keep in sync with ../setup.py