summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a8b0316..58754fe 100644
--- a/setup.py
+++ b/setup.py
@@ -7,9 +7,9 @@ with open(str(Path(__file__).resolve().parents[0] / 'README.rst'), encoding='utf
setup(
name='viewstate',
- version='0.1.2',
author='Yuval Adam',
author_email='_@yuv.al',
+ version='0.2.0',
description='.NET viewstate decoder',
long_description=long_description,
url='https://github.com/yuvadm/viewstate',