summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-09 14:43:09 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-09 14:43:09 -0300
commit5ae019af6e29697dd43700c614e06298d719ff96 (patch)
tree4f9f045224bf75e3a1a7e8df8d07cbfe30435028
parent7d7fd6c0556b62f2da2d989b2c9680ab38704075 (diff)
Bump version to 0.3.00.3.0
-rw-r--r--VERSION.md6
-rw-r--r--setup.py2
-rw-r--r--src/leap/mx/__init__.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/VERSION.md b/VERSION.md
index 43f6976..f29cb7b 100644
--- a/VERSION.md
+++ b/VERSION.md
@@ -1,7 +1,7 @@
-[leap_mx, version 0.2.2]
+[leap_mx, version 0.3.0]
------------------------
-Authors: Isis Agora Lovecruft, <isis@leap.se> 0x2cdb8b35
+Authors: The LEAP Team
Website: https://leap.se
-Github: https://github.com/isislovecruft/leap_mx/
+Github: https://github.com/leapcode/leap_mx/
diff --git a/setup.py b/setup.py
index ce7c46b..a0cbbae 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",
+ version="0.3.0",
# bump also src/leap/mx/__init__
url="http://github.com/leapcode/leap_mx",
license='AGPLv3+',
diff --git a/src/leap/mx/__init__.py b/src/leap/mx/__init__.py
index 61c9a5c..e63479c 100644
--- a/src/leap/mx/__init__.py
+++ b/src/leap/mx/__init__.py
@@ -17,4 +17,4 @@
"""
Module initialization file for leap.mx .
"""
-__version__ = "0.2.2"
+__version__ = "0.3.0"