From 0d28ebb9da1c5c8149cea9ff9c5873a2664614d9 Mon Sep 17 00:00:00 2001 From: timkittel <19408882+timkittel@users.noreply.github.com> Date: Tue, 30 Apr 2019 08:32:24 +0200 Subject: [PATCH] v1.0.0 --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index d2fc6f17..cd7437ba 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerDynamics" uuid = "cc46b21f-1b17-51c2-b642-af74c3d3a8be" authors = ["Tim Kittel "] -version = "0.4.1" +version = "1.0.0" [deps] PowerDynBase = "7ffb48b1-f436-5a59-a310-b4407da33972" @@ -10,10 +10,10 @@ PowerDynSolve = "b2d36aa5-a2b1-5d23-8bd9-f353e61de00d" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] -Julia = "1.0" -PowerDynBase = "^0" -PowerDynSolve = ">=0.4.1" -PowerDynOperationPoint = "^0.2" +julia = "1" +PowerDynBase = "1" +PowerDynSolve = "1" +PowerDynOperationPoint = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"