Skip to content

Commit 8106b84

Browse files
committed
Bump version number and upload .msi generated by Appveyor to Github.
1 parent 3e1f9cf commit 8106b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ deploy:
178178
provider: GitHub
179179
auth_token:
180180
secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL
181-
artifact: /.*\.exe/
181+
artifact: /.*\.msi/
182182
draft: true
183183
on:
184184
APPVEYOR_REPO_TAG: true # deploy on tag push only

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def run(self):
350350

351351
setup(
352352
name='yara-python',
353-
version='4.2.0',
353+
version='4.2.3',
354354
description='Python interface for YARA',
355355
long_description=readme,
356356
license='Apache 2.0',

0 commit comments

Comments
 (0)