File tree Expand file tree Collapse file tree 4 files changed +34
-33
lines changed Expand file tree Collapse file tree 4 files changed +34
-33
lines changed Original file line number Diff line number Diff line change @@ -15,36 +15,37 @@ added_files = [
1515]
1616
1717a = Analysis (['potemkeys/__main__.py' ],
18- pathex = [],
19- binaries = [],
20- datas = added_files ,
21- hiddenimports = [],
22- hookspath = [],
23- hooksconfig = {},
24- runtime_hooks = [],
25- excludes = [],
26- win_no_prefer_redirects = False ,
27- win_private_assemblies = False ,
28- cipher = block_cipher ,
29- noarchive = False )
18+ pathex = [],
19+ binaries = [],
20+ datas = added_files ,
21+ hiddenimports = [],
22+ hookspath = [],
23+ hooksconfig = {},
24+ runtime_hooks = [],
25+ excludes = [],
26+ win_no_prefer_redirects = False ,
27+ win_private_assemblies = False ,
28+ cipher = block_cipher ,
29+ noarchive = False )
30+
3031pyz = PYZ (a .pure , a .zipped_data ,
31- cipher = block_cipher )
32+ cipher = block_cipher )
3233
3334exe = EXE (pyz ,
34- a .scripts ,
35- a .binaries ,
36- a .zipfiles ,
37- a .datas ,
38- [],
39- name = 'potemkeys' ,
40- debug = False ,
41- bootloader_ignore_signals = False ,
42- strip = False ,
43- upx = True ,
44- upx_exclude = [],
45- runtime_tmpdir = None ,
46- console = True ,
47- disable_windowed_traceback = False ,
48- target_arch = None ,
49- codesign_identity = None ,
50- entitlements_file = None )
35+ a .scripts ,
36+ a .binaries ,
37+ a .zipfiles ,
38+ a .datas ,
39+ [],
40+ name = 'potemkeys' ,
41+ debug = False ,
42+ bootloader_ignore_signals = False ,
43+ strip = False ,
44+ upx = True ,
45+ upx_exclude = [],
46+ runtime_tmpdir = None ,
47+ console = True ,
48+ disable_windowed_traceback = False ,
49+ target_arch = None ,
50+ codesign_identity = None ,
51+ entitlements_file = None )
Original file line number Diff line number Diff line change 1- __version__ = '1.0.3 '
1+ __version__ = '1.0.4 '
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert (__version__ == '1.0.3 ' )
5+ assert (__version__ == '1.0.4 ' )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " potemkeys"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44description = " Fighting games for goldfish with keyboards >:3c"
55authors = [" henryfbp <HenryFBP@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments