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 Feb 20, 2024
1 parent 5c0bf77 commit 37905b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1" v0.1.1 <gpg password>
git tag -s -f -m "Release 0.1.2" v0.1.2 <gpg password>
git push --tags
git push

Expand Down
2 changes: 1 addition & 1 deletion spark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with this software. If not, see <http://www.gnu.org/licenses/>.

__appname__ = 'laniakea-spark'
__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 37905b9

Please sign in to comment.