From a90faf1abc6927e20f4ed27dfc3f36f6c73a009c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 27 Feb 2018 00:53:24 +0200 Subject: Add MANIFEST.in and release v0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b3fca70..a8b0316 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(str(Path(__file__).resolve().parents[0] / 'README.rst'), encoding='utf setup( name='viewstate', - version='0.1.1', + version='0.1.2', author='Yuval Adam', author_email='_@yuv.al', description='.NET viewstate decoder', -- cgit v1.3.1