From 4598235fab801d16072dd396c151cbb5c39f9f16 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Tue, 11 Oct 2022 07:15:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.9=20=E2=86=92=200.5.10?= 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 56843f56aa..d8d3bba12e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.9 +current_version = 0.5.10 commit = True tag = False diff --git a/Project.toml b/Project.toml index 35c54b111e..e72f9d334a 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.9" +version = "0.5.10" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"