Skip to content

Commit

Permalink
"Bump version for python package: 0.1.15.dev0 -> 0.1.15"
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikai Release committed Dec 8, 2022
1 parent 441af5c commit 291f23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.1.15.dev0
current_version = 0.1.15
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{build}
Expand Down
2 changes: 1 addition & 1 deletion python/rikai/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = "0.1.15.dev0"
version = "0.1.15"

0 comments on commit 291f23e

Please sign in to comment.