diff --git a/RELEASE b/RELEASE index c366156..415cff4 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.1" v0.1.1 +git tag -s -f -m "Release 0.1.2" v0.1.2 git push --tags git push diff --git a/spark/__init__.py b/spark/__init__.py index 37f2978..cdf5e57 100644 --- a/spark/__init__.py +++ b/spark/__init__.py @@ -16,4 +16,4 @@ # along with this software. If not, see . __appname__ = 'laniakea-spark' -__version__ = '0.1.1' +__version__ = '0.1.2'