diff --git a/core/version.py b/core/version.py index 0e49768..430a0e8 100644 --- a/core/version.py +++ b/core/version.py @@ -4,4 +4,4 @@ ``setup.py`` when bumping. """ -APP_VERSION = "1.0.1" \ No newline at end of file +APP_VERSION = "1.0.2" \ No newline at end of file diff --git a/setup.py b/setup.py index dc2c1b9..8a962bf 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="flint-native", - version="1.0.1", + version="1.0.2", description="Optional native writer extension for Flint", ext_modules=[ Extension( diff --git a/version_info.txt b/version_info.txt index 83d8ddb..e4536fa 100644 --- a/version_info.txt +++ b/version_info.txt @@ -1,7 +1,7 @@ VSVersionInfo( ffi=FixedFileInfo( - filevers=(1, 0, 1, 0), - prodvers=(1, 0, 1, 0), + filevers=(1, 0, 2, 0), + prodvers=(1, 0, 2, 0), mask=0x3F, flags=0x0, OS=0x40004, @@ -17,11 +17,11 @@ VSVersionInfo( [ StringStruct("CompanyName", "Flint"), StringStruct("FileDescription", "Flint — bootable USB writer"), - StringStruct("FileVersion", "1.0.1"), + StringStruct("FileVersion", "1.0.2"), StringStruct("InternalName", "flint"), StringStruct("OriginalFilename", "flint.exe"), StringStruct("ProductName", "Flint"), - StringStruct("ProductVersion", "1.0.1"), + StringStruct("ProductVersion", "1.0.2"), ], ) ]