From eaa3e49e508e8d5de0f24a28798b517b1e6ef7a2 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Fri, 6 Sep 2024 08:50:03 -0500 Subject: [PATCH] chore: version 1.0.5 WIP --- 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 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: