Skip to content

Commit

Permalink
Adjust version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 20, 2024
1 parent 20c9261 commit 5c0bf77
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.2.0" v0.2.0 <gpg password>
git tag -s -f -m "Release 0.1.1" v0.1.1 <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.2'
__version__ = '0.1.1'

0 comments on commit 5c0bf77

Please sign in to comment.