From bc49acfb78bf7c3b9ff6902c17c5b826559884fa Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Thu, 8 Oct 2020 15:37:21 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.11=20=E2=86=92=200.1.12?= 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 8d7ff6ea5b..3c6a36db56 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.11 +current_version = 0.1.12 commit = True tag = False diff --git a/Project.toml b/Project.toml index fc00392ccd..4e35838501 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.1.11" +version = "0.1.12" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"