Skip to content

Commit

Permalink
Paclet ver 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LBerlin committed Apr 3, 2023
1 parent 398e22a commit e5aa071
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Deploy/CreatePaclet.wls
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ If[FailureQ@CopyFile[#, FileNameJoin[{"Archive", #}]], $Failed,
DeleteFile[#]] & /@ toMove;
*)

(* TODO: PacletSite location string automatically reflect the checked out branch *)
(* TODO: PacletSite location string automatically reflect the checked out branch *)
(* TODO: Automatically add generated paclet file to git tracking *)
2 changes: 1 addition & 1 deletion NCFPS/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Paclet[
Name -> "NCFPS",
Version -> "0.1.6",
Version -> "0.1.7",
MathematicaVersion -> "6+",
Extensions ->
{
Expand Down
4 changes: 2 additions & 2 deletions PacletSite.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* Created with the Wolfram Language for Students - Personal Use Only : www.wolfram.com *)
PacletSite[Paclet[Name -> "NCFPS", Version -> "0.1.6",
(* Created with the Wolfram Language : www.wolfram.com *)
PacletSite[Paclet[Name -> "NCFPS", Version -> "0.1.7",
MathematicaVersion -> "6+", Extensions ->
{{"Kernel", Root -> ".", Context -> "NCFPS`"},
{"Documentation", Language -> "English",
Expand Down
Binary file modified PacletSite.mz
Binary file not shown.
Binary file added Paclets/NCFPS-0.1.7.paclet
Binary file not shown.

0 comments on commit e5aa071

Please sign in to comment.