diff options
| author | Yuval Adam <_@yuv.al> | 2018-02-28 17:12:10 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-02-28 17:12:10 +0200 |
| commit | b974226bbcaa2e0629454168e128464d0063eb5d (patch) | |
| tree | 5d0060f8bd35fda04be69197cd19e41d32d3a98a /setup.py | |
| parent | 8583350b5ef7367a38c30e53f7397650c5b3d5d0 (diff) | |
Fix Python 3.5 syntax errorv0.2.1
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.2.0', + version='0.2.1', description='.NET viewstate decoder', long_description=long_description, url='https://github.com/yuvadm/viewstate', |
