update version number to 0.1.1

This commit is contained in:
cosine0 2021-01-13 16:34:48 +09:00
parent 234f6c5e82
commit 70652a9465
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
version = '0.1'
version = '0.1.1'
package_name = "dllhook"
package_description = """
Hook x86 dll or executable instruction with python script injecting embedded python interpreter.