From 3eaf81153b38cc139058546101a5df507dde3e2f Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Sat, 17 Sep 2022 14:48:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.7=20=E2=86=92=200.5.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 897229fe20..39d23fff17 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.7 +current_version = 0.5.8 commit = True tag = False diff --git a/Project.toml b/Project.toml index d38e9944cb..52f3d2e092 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DFTK" uuid = "acf6eb54-70d9-11e9-0013-234b7a5f5337" authors = ["Michael F. Herbst ", "Antoine Levitt "] -version = "0.5.7" +version = "0.5.8" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"