summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-13 21:16:09 -0400
committerMicah Anderson <micah@riseup.net>2013-06-13 21:16:09 -0400
commitc64f74558c267e994bf07294a1cb899309b1c1ab (patch)
tree3f7d668b400fff011a6c65d7173c9edc8de159b8 /setup.py
parentb3dc32412f78da03192e0ddae9648012620c444d (diff)
Fix version number to be a consistent 0.2.2 (Closes: #2849)
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+',