Fixed pybddisasm version.

master
Andrei Vlad LUTAS 2 months ago
parent 3df189f093
commit f6f93c4112

@ -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__))

Loading…
Cancel
Save