Skip to content

Commit

Permalink
Bump version number and upload .msi generated by Appveyor to Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 9, 2022
1 parent 3e1f9cf commit 8106b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ deploy:
provider: GitHub
auth_token:
secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL
artifact: /.*\.exe/
artifact: /.*\.msi/
draft: true
on:
APPVEYOR_REPO_TAG: true # deploy on tag push only
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def run(self):

setup(
name='yara-python',
version='4.2.0',
version='4.2.3',
description='Python interface for YARA',
long_description=readme,
license='Apache 2.0',
Expand Down

0 comments on commit 8106b84

Please sign in to comment.