diff --git a/pl_build/core.py b/pl_build/core.py index f14fc4b..13df6da 100644 --- a/pl_build/core.py +++ b/pl_build/core.py @@ -14,7 +14,7 @@ # [SECTION] version #----------------------------------------------------------------------------- -__version__ = "1.0.2" +__version__ = "1.0.5" #----------------------------------------------------------------------------- # [SECTION] imports diff --git a/setup.py b/setup.py index ca2f3ee..0908bd1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools from codecs import open import os -wip_version = "1.0.2" +wip_version = "1.0.5" def readme(): try: