From 10dc00681d684ca7fc11746a55fea89c82ff003b Mon Sep 17 00:00:00 2001 From: Andrei Vlad LUTAS Date: Mon, 17 May 2021 09:13:27 +0300 Subject: [PATCH] Updated version for pybddisasm build. --- pybddisasm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybddisasm/setup.py b/pybddisasm/setup.py index 2c1ef36..0388357 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, 3) -LIBRARY_VERSION = (1, 32, 1) +LIBRARY_VERSION = (1, 32, 3) LIBRARY_INSTRUX_SIZE = 864 packages = ['pybddisasm']