Skip to content

Commit 871cdff

Browse files
committed
version bump
1 parent e328312 commit 871cdff

File tree

4 files changed

+34
-33
lines changed

4 files changed

+34
-33
lines changed

potemkeys.spec

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,37 @@ added_files = [
1515
]
1616

1717
a = 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+
3031
pyz = PYZ(a.pure, a.zipped_data,
31-
cipher=block_cipher)
32+
cipher=block_cipher)
3233

3334
exe = 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)

potemkeys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.3'
1+
__version__ = '1.0.4'

potemkeys/tests/test_potato.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert (__version__ == '1.0.3')
5+
assert (__version__ == '1.0.4')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "potemkeys"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Fighting games for goldfish with keyboards >:3c"
55
authors = ["henryfbp <HenryFBP@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)