diff --git a/pl_build/core.py b/pl_build/core.py index 51a406b..7a7c645 100644 --- a/pl_build/core.py +++ b/pl_build/core.py @@ -14,7 +14,7 @@ # [SECTION] version #----------------------------------------------------------------------------- -__version__ = "1.0.10" +__version__ = "1.0.11" #----------------------------------------------------------------------------- # [SECTION] imports diff --git a/setup.py b/setup.py index 17cc158..5832dc7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools from codecs import open import os -wip_version = "1.0.10" +wip_version = "1.0.11" def readme(): try: