From 9c6b5429c9b729da03cc3e1e05d20bf50202057c Mon Sep 17 00:00:00 2001 From: "BITDEFENDER\\vlutas" Date: Mon, 1 Aug 2022 14:17:07 +0300 Subject: [PATCH] Fixed pybddisasm version. --- bindings/pybddisasm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/pybddisasm/setup.py b/bindings/pybddisasm/setup.py index 045c23d..7e4dd34 100644 --- a/bindings/pybddisasm/setup.py +++ b/bindings/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, 34, 17) +LIBRARY_VERSION = (1, 34, 18) LIBRARY_INSTRUX_SIZE = 856 packages = ['pybddisasm']