Skip to content

Commit ab26007

Browse files
committed
1.0.1 version bump
1 parent 6d8920d commit ab26007

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BootstrapInstall.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
Print["Installing SpinorsExtras:"];
5252
Print @ ProjectInstaller`ProjectInstall @ URL[
53-
"https://github.com/jkuczm/SpinorsExtras/releases/download/v1.0.0/SpinorsExtras.zip"
53+
"https://github.com/jkuczm/SpinorsExtras/releases/download/v1.0.1/SpinorsExtras.zip"
5454
];
5555
];
5656
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ don't have it already installed.
7474
### Manual installation
7575

7676
1. Download latest released
77-
[SpinorsExtrasWithDependencies.zip](https://github.com/jkuczm/SpinorsExtras/releases/download/v1.0.0/SpinorsExtrasWithDependencies.zip)
77+
[SpinorsExtrasWithDependencies.zip](https://github.com/jkuczm/SpinorsExtras/releases/download/v1.0.1/SpinorsExtrasWithDependencies.zip)
7878
file.
7979

8080
2. Extract downloaded `SpinorsExtrasWithDependencies.zip` to any directory

SpinorsExtras/PacletInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Paclet[
66
Name -> "SpinorsExtras",
7-
Version -> "1.0.0",
7+
Version -> "1.0.1",
88
MathematicaVersion -> "6+",
99
Description -> "Mathematica implementation of massive spinor-helicity formalism.",
1010
Creator -> "Jakub Kuczmarski (University of Warsaw)",

0 commit comments

Comments
 (0)