From 79ee40b113bdb7bb2912b7e5d3bc19cf9faaf51b Mon Sep 17 00:00:00 2001 From: Andrei Vlad LUTAS Date: Tue, 11 Aug 2020 09:37:10 +0300 Subject: [PATCH] Fixed pybddisasm build. --- pybddisasm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybddisasm/setup.py b/pybddisasm/setup.py index 69d9d5c..bfcde94 100644 --- a/pybddisasm/setup.py +++ b/pybddisasm/setup.py @@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Command, Extension, Distribution from codecs import open VERSION = (0, 1, 2) -LIBRARY_VERSION = (1, 28, 0) +LIBRARY_VERSION = (1, 28, 1) LIBRARY_INSTRUX_SIZE = 856 packages = ['pybddisasm']