From 9fd9fd290872e36360e5e3839c49e21a908bf128 Mon Sep 17 00:00:00 2001
From: plusvic <plusvic@gmail.com>
Date: Wed, 3 Aug 2016 13:33:12 +0200
Subject: [PATCH] Change version from 3.5.0.0 to 3.5.0 to fix issue #16

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

diff --git a/setup.py b/setup.py
index f73d689..4af0869 100644
--- a/setup.py
+++ b/setup.py
@@ -177,7 +177,7 @@ with open('README.rst', 'r', 'utf-8') as f:
 
 setup(
     name='yara-python',
-    version='3.5.0.0',
+    version='3.5.0',
     description='Python interface for YARA',
     long_description=readme,
     license='Apache 2.0',
--
libgit2 0.26.0