Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 14, 2024
1 parent f255d0e commit 2fe8c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gpg password>
git tag -s -f -m "Release 0.2.0" v0.2.0 <gpg password>
git push --tags
git push

Expand Down
4 changes: 2 additions & 2 deletions spark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this software. If not, see <http://www.gnu.org/licenses/>.

__appname__ = "laniakea-spark"
__version__ = "0.1"
__appname__ = 'laniakea-spark'
__version__ = '0.2'

0 comments on commit 2fe8c65

Please sign in to comment.