From 6433109e09a597963e312844ea40fa9d29de5a7e Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Thu, 17 Oct 2024 18:04:57 -0500 Subject: [PATCH] chore: version 1.0.11 --- pl_build/core.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: