Skip to content

Commit

Permalink
release pip 0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Dec 11, 2023
1 parent 6acff39 commit 2b80a55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gvmkit-build"
version = "0.3.16"
version = "0.3.17"
description = "Tool used to build gvmi images used by Golem Network. Companion app to Golem Registry"
authors = ["Golem Factory <contact@golem.network>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion node/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const getBinary = () => {
const platform = getPlatform();
// the url for this binary is constructed from values in `package.json`
// https://github.com/cloudflare/binary-install/releases/download/v1.0.0/binary-install-example-v1.0.0-x86_64-apple-darwin.tar.gz
const url = `${repository.url}/releases/download/v0.3.13/gvmkit-build-${platform.RUST_TARGET}.${platform.PACKING}`;
const url = `${repository.url}/releases/download/v0.3.17/gvmkit-build-${platform.RUST_TARGET}.${platform.PACKING}`;
return new GvmKitBuildBinary(url, { name: "gvmkit-build" });
};

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "gvmkit-build"
version = "0.2.2"
version = "0.3.17"
description = "Golem VM Image builder."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 2b80a55

Please sign in to comment.