From 70652a9465f4cd713991c1502fefa741dd3e8538 Mon Sep 17 00:00:00 2001 From: cosine0 Date: Wed, 13 Jan 2021 16:34:48 +0900 Subject: [PATCH] update version number to 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6a0b9c..e104c17 100644 --- a/setup.py +++ b/setup.py @@ -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.