Skip to content

Commit

Permalink
Fix volare build
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Dec 4, 2023
1 parent afba629 commit efbf3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion volare/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.15.0"
__version__ = "0.15.1"

if __name__ == "__main__":
print(__version__, end="")
1 change: 1 addition & 0 deletions volare/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def build_cmd(
version,
use_repo_at,
build_magic,
session,
):
"""
Builds the requested PDK.
Expand Down

0 comments on commit efbf3af

Please sign in to comment.