Commit 8106b84f by Victor M. Alvarez

Bump version number and upload .msi generated by Appveyor to Github.

parent 3e1f9cf3
...@@ -178,7 +178,7 @@ deploy: ...@@ -178,7 +178,7 @@ deploy:
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL
artifact: /.*\.exe/ artifact: /.*\.msi/
draft: true draft: true
on: on:
APPVEYOR_REPO_TAG: true # deploy on tag push only APPVEYOR_REPO_TAG: true # deploy on tag push only
......
...@@ -350,7 +350,7 @@ with open('README.rst', 'r', 'utf-8') as f: ...@@ -350,7 +350,7 @@ with open('README.rst', 'r', 'utf-8') as f:
setup( setup(
name='yara-python', name='yara-python',
version='4.2.0', version='4.2.3',
description='Python interface for YARA', description='Python interface for YARA',
long_description=readme, long_description=readme,
license='Apache 2.0', license='Apache 2.0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment