From f6f93c41125946d6ef38563f76b5d58e8266ad89 Mon Sep 17 00:00:00 2001 From: Andrei Vlad LUTAS Date: Mon, 26 Feb 2024 21:03:14 +0200 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 4792547..6e48974 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, 3, 0) -LIBRARY_VERSION = (2, 1, 0) +LIBRARY_VERSION = (2, 1, 1) DIR_INCLUDE = '../../inc' here = os.path.abspath(os.path.dirname(__file__))