Skip to content

Commit e5e2d83

Browse files
committed
Update version to 1.0.5 and disable UPX compression in the build configuration.
1 parent 4224559 commit e5e2d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyRefactor.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ exe = EXE(
6565
debug=False,
6666
bootloader_ignore_signals=False,
6767
strip=False,
68-
upx=True,
68+
upx=False,
6969
upx_exclude=[],
7070
runtime_tmpdir=None,
7171
console=True,

src/pyrefactor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PyRefactor - A Python refactoring and optimization linter."""
22

3-
__version__ = "1.0.4"
3+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)