Skip to content

Commit

Permalink
Bumping to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharkes committed Jul 13, 2023
1 parent 4fcf331 commit 77b5962
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tbump.helm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# github_url = "https://github.com/cmusatyalab/sinfonia/"

[version]
current = "0.4.9"
current = "0.4.10"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion .tbump.main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# github_url = "https://github.com/cmusatyalab/sinfonia/"

[version]
current = "0.4.9.post.dev0"
current = "0.4.10"
regex = '''
(?P<major>\d+)
\.
Expand Down
4 changes: 2 additions & 2 deletions charts/sinfonia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.9
version: 0.4.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.9"
appVersion: "v0.4.10"

#dependencies:
# - name: minio
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "sinfonia"
version = "0.4.9.post.dev0"
version = "0.4.10"
description = "Tier 1 and 2 components of the Sinfonia system"
authors = [
"Carnegie Mellon University <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/sinfonia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#
# SPDX-License-Identifier: MIT
#
__version__ = "0.4.9.post.dev0"
__version__ = "0.4.10"

0 comments on commit 77b5962

Please sign in to comment.