summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-02-01 13:13:05 +0200
committerYuval Adam <_@yuv.al>2020-02-01 13:13:05 +0200
commit1ed0c3fe164aa7fc3eea9f32d6b7beb15c5191a2 (patch)
treec498410ed8f62ea26dcf202ff4e5a045f6090a3d
parent6498b49d54d86e140f8ff037eb305d044cad7f37 (diff)
Bump version to v0.5.0v0.5.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5d413b7..f2e95e1 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(
name="viewstate",
author="Yuval Adam",
author_email="_@yuv.al",
- version="0.4.3",
+ version="0.5.0",
description="ASP.NET View State Decoder",
long_description=long_description,
url="https://github.com/yuvadm/viewstate",