diff --git a/RELEASE b/RELEASE index b574585..595b3b5 100644 --- a/RELEASE +++ b/RELEASE @@ -2,7 +2,7 @@ Laniakea-Spark Release Notes 1. Tag release in Git: -git tag -s -f -m "Release 0.1.0" v0.1.0 +git tag -s -f -m "Release 0.2.0" v0.2.0 git push --tags git push diff --git a/spark/__init__.py b/spark/__init__.py index daa2ac4..e81aabd 100644 --- a/spark/__init__.py +++ b/spark/__init__.py @@ -15,5 +15,5 @@ # You should have received a copy of the GNU Lesser General Public License # along with this software. If not, see . -__appname__ = "laniakea-spark" -__version__ = "0.1" +__appname__ = 'laniakea-spark' +__version__ = '0.2'