summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-07-18 11:43:34 -0400
committerMicah Anderson <micah@riseup.net>2013-07-18 15:47:55 -0400
commit7fc33cd84a345d002d54444d8e504e1f70e62df3 (patch)
treed765d6314c96157399d585c9e654b4d6da5e7d5e /setup.py
parent7199a11a9a30f8299ebbc99ec6844c792d2a3124 (diff)
update package to latest 0.2.2 version
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 cc4c759..ce7c46b 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
("/etc/init.d/", ["pkg/leap_mx"])]
setup(
name='leap.mx',
- version="0.2.2-dev",
+ version="0.2.2",
# bump also src/leap/mx/__init__
url="http://github.com/leapcode/leap_mx",
license='AGPLv3+',