diff --git a/setup.py b/setup.py index a10b82d..6aade66 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ if not sys.version_info[0] == 3 and sys.version_info[1] < 5: sys.exit('Python < 3.5 is not supported') -version = '0.91' +version = '0.92' setup( name='steampy',