From 2588fa4ad6c2b8eb61245803d075c71490d17e18 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Thu, 12 Dec 2019 20:16:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= 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 024895a876..60068da2a4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/Project.toml b/Project.toml index 7a6f82a940..4cb3a6cb83 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.0.2" +version = "0.0.3" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"