From 1a159c3f3bc52efc1ecb2b4186d82337d4c78d99 Mon Sep 17 00:00:00 2001
From: Victor M. Alvarez <vmalvarez@virustotal.com>
Date: Thu, 18 Mar 2021 09:27:16 +0100
Subject: [PATCH] Bump version number to 4.1.0.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9593cb0..580f9b9 100644
--- a/setup.py
+++ b/setup.py
@@ -350,7 +350,7 @@ with open('README.rst', 'r', 'utf-8') as f:
 
 setup(
     name='yara-python',
-    version='4.0.2',
+    version='4.1.0',
     description='Python interface for YARA',
     long_description=readme,
     license='Apache 2.0',
--
libgit2 0.26.0