From 211d7be03dcaad770a8a959aa6ce75ce8b0f784d Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 25 Dec 2022 18:28:06 -0500 Subject: [PATCH] bump version number --- installer/create_installer.sh | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/create_installer.sh b/installer/create_installer.sh index f90bf9ea65..0ebd54cef4 100644 --- a/installer/create_installer.sh +++ b/installer/create_installer.sh @@ -3,7 +3,7 @@ cd "$(dirname "$0")" VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" ) -VERSION="$VERSION-p5" +VERSION="$VERSION-p1" echo "Be certain that you're in the 'installer' directory before continuing." read -p "Press any key to continue, or CTRL-C to exit..." diff --git a/setup.py b/setup.py index 23d26020f9..06436a78ba 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages def list_files(directory): return [os.path.join(directory,x) for x in os.listdir(directory) if os.path.isfile(os.path.join(directory,x))] -VERSION = '2.2.4' +VERSION = '2.2.5' DESCRIPTION = ('An implementation of Stable Diffusion which provides various new features' ' and options to aid the image generation process') LONG_DESCRIPTION = ('This version of Stable Diffusion features a slick WebGUI, an'