Skip to content

Commit

Permalink
[Version] Update version to v0.0.3 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
chhzh123 authored Mar 23, 2023
1 parent a4e00da commit 1e57052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slapo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# SPDX-License-Identifier: Apache-2.0
"""Version information for the package.
This file should not be changed manually. The steps of bumping a version are:
1. Create a new tag (e.g., v0.0.2) and a release in the Github repo.
1. Create a new tag (e.g., v0.0.3) and a release in the Github repo.
2. Run git fetch --tags to fetch the new tag.
3. Run python update_version.py to update the version information in this file.
"""
__version__ = "0.0.2.dev0"
__version__ = "0.0.3.dev0"

0 comments on commit 1e57052

Please sign in to comment.