diff --git a/file_version_info.txt b/file_version_info.txt index 88b2424..bf17c0e 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,2,0), - prodvers=(1,3,2,0), + filevers=(1,3,3,0), + prodvers=(1,3,3,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.2.0'), + StringStruct(u'FileVersion', u'1.3.3.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.2.0')]) + StringStruct(u'ProductVersion', u'1.3.3.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ] diff --git a/pyproject.toml b/pyproject.toml index 8544b9e..9022bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sd-prompt-reader" -version = "1.3.3" +version = "1.3.3.post1" 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 e371c8a..c5b1a5b 100644 --- a/sd_prompt_reader/__version__.py +++ b/sd_prompt_reader/__version__.py @@ -1 +1 @@ -VERSION = "1.3.3" +VERSION = "1.3.3.post1"