From 133586fec0f8c330d8a38792a00dc8d6fb5a73ab Mon Sep 17 00:00:00 2001 From: Jesper Sandvig Mariegaard <34088801+jsmariegaard@users.noreply.github.com> Date: Thu, 9 Jun 2022 11:50:49 +0200 Subject: [PATCH] version 0.7 --- fmskill/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmskill/__init__.py b/fmskill/__init__.py index a5feb9335..22708ae59 100644 --- a/fmskill/__init__.py +++ b/fmskill/__init__.py @@ -18,7 +18,7 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.7.dev2" +__version__ = "0.7.0" if "64" not in architecture()[0]: raise Exception("This library has not been tested for a 32 bit system.")