Skip to content

Commit

Permalink
v2.3 (#685)
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
elalish authored Jan 8, 2024
1 parent b36ec2c commit 2d0c705
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bindings/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifold-3d",
"version": "2.2.2",
"version": "2.3.0",
"description": "Geometry library for topological robustness",
"main": "manifold.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}: pkgs.stdenv.mkDerivation {
inherit doCheck;
pname = "manifold-${parallel-backend}";
version = "2.2.2";
version = "2.3.0";
src = self;
nativeBuildInputs = (with pkgs; [
cmake
Expand Down Expand Up @@ -104,7 +104,7 @@
parallelBackends)) // {
manifold-js = pkgs.buildEmscriptenPackage {
name = "manifold-js";
version = "2.2.2";
version = "2.3.0";
src = self;
nativeBuildInputs = (with pkgs; [ cmake python39 ]);
buildInputs = [ pkgs.nodejs ];
Expand Down Expand Up @@ -135,7 +135,7 @@
# but how should we make it work with other python versions?
manifold3d = with pkgs.python3Packages; buildPythonPackage {
pname = "manifold3d";
version = "2.2.2";
version = "2.3.0";
src = self;
propagatedBuildInputs = [
numpy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "manifold3d"
version = "2.2.2"
version = "2.3.0"
authors = [
{ name="Emmett Lalish", email="[email protected]" },
]
Expand Down

0 comments on commit 2d0c705

Please sign in to comment.