diff options
| author | Yuval Adam <_@yuv.al> | 2018-03-19 11:58:49 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-03-19 11:58:49 +0200 |
| commit | ba0b06637bcec3a01d8e6a11884fbad1a0f5d612 (patch) | |
| tree | 39f86c393722ba56fa497493fa59acb8888514b9 /setup.py | |
| parent | 46901c04955ea94c746ae96d09734143af63c51d (diff) | |
Add support for HMAC signatures, fixes #4
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ setup( name='viewstate', author='Yuval Adam', author_email='_@yuv.al', - version='0.3.0', + version='0.3.1', description='.NET viewstate decoder', long_description=long_description, url='https://github.com/yuvadm/viewstate', |
