Skip to content

Commit

Permalink
Version bump to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Shtabovenko committed Feb 13, 2016
1 parent 1aa9e46 commit afbc4f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FeynCalc/FeynCalc.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
];

(* Set the version number *)
FeynCalc`$FeynCalcVersion = "9.0.0";
FeynCalc`$FeynCalcVersion = "9.0.1";

(* Set defaults here, not in the config file *)
If[ !ValueQ[Global`$FeynCalcStartupMessages],
Expand Down
20 changes: 10 additions & 10 deletions FeynCalc/PacletInfo.m
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
(* Paclet Info File *)

(* created 2015/11/05*)
(* created 2016/02/13*)

Paclet[
Name -> "FeynCalc",
Version -> "9.0.0",
MathematicaVersion -> "8+",
Description -> "FeynCalc is a Mathematica package for symbolic evaluation of Feynman diagrams and algebraic calculations in quantum field theory and elementary particle physics.",
Creator -> "Rolf Mertig, Frederik Orellana, Vladyslav Shtabovenko",
Extensions ->
{
{"Documentation", Language -> "English", MainPage -> "Guides/FeynCalc"}
}
Name -> "FeynCalc",
Version -> "9.0.1",
MathematicaVersion -> "8+",
Description -> "FeynCalc is a Mathematica package for symbolic evaluation of Feynman diagrams and algebraic calculations in quantum field theory and elementary particle physics.",
Creator -> "Rolf Mertig, Frederik Orellana, Vladyslav Shtabovenko",
Extensions ->
{
{"Documentation", Language -> "English", MainPage -> "Guides/FeynCalc"}
}
]


0 comments on commit afbc4f6

Please sign in to comment.