1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-22 04:50:55 +00:00

Changed the version of the pybddisasm package.

This commit is contained in:
Andrei KISARI 2020-08-04 14:14:34 +03:00
parent 4dc2fe4a8a
commit 175b059b27

View File

@ -11,7 +11,7 @@ import re
from setuptools import find_packages, setup, Command, Extension, Distribution
from codecs import open
VERSION = (0, 1, 4)
VERSION = (0, 1, 0)
packages = ['pybddisasm']
requires = [ "setuptools"]