diff options
-rw-r--r-- | VERSION.md | 6 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | src/leap/mx/__init__.py | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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/ @@ -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" |