From 47e7d8ed24e5cb6c5877a43d8fff53a1399c06ad Mon Sep 17 00:00:00 2001 From: receyuki Date: Thu, 26 Oct 2023 01:50:02 +0800 Subject: [PATCH] Bump version to 1.3.4 --- file_version_info.txt | 8 ++++---- pyproject.toml | 2 +- sd_prompt_reader/__version__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/file_version_info.txt b/file_version_info.txt index bf17c0e..7247a3f 100644 --- a/file_version_info.txt +++ b/file_version_info.txt @@ -7,8 +7,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. Must always contain 4 elements. - filevers=(1,3,3,0), - prodvers=(1,3,3,0), + filevers=(1,3,4,0), + prodvers=(1,3,4,0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -32,12 +32,12 @@ VSVersionInfo( u'040904B0', [StringStruct(u'CompanyName', u''), StringStruct(u'FileDescription', u'SD Prompt Reader'), - StringStruct(u'FileVersion', u'1.3.3.0'), + StringStruct(u'FileVersion', u'1.3.4.0'), StringStruct(u'InternalName', u'SD Prompt Reader'), StringStruct(u'LegalCopyright', u'Copyright © 2023 receyuki All rights reserved.'), StringStruct(u'OriginalFilename', u'SD Prompt Reader.exe'), StringStruct(u'ProductName', u'SD Prompt Reader'), - StringStruct(u'ProductVersion', u'1.3.3.0')]) + StringStruct(u'ProductVersion', u'1.3.4.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ] diff --git a/pyproject.toml b/pyproject.toml index 0ed1796..92586a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sd-prompt-reader" -version = "1.3.4b2" +version = "1.3.4" description = "A simple standalone viewer for reading prompt from Stable Diffusion generated image outside the webui." authors = ["receyuki "] license = "MIT" diff --git a/sd_prompt_reader/__version__.py b/sd_prompt_reader/__version__.py index 576d45d..4a16f21 100644 --- a/sd_prompt_reader/__version__.py +++ b/sd_prompt_reader/__version__.py @@ -1 +1 @@ -VERSION = "1.3.4b2" +VERSION = "1.3.4"