From 0476563833deb1d8173ad12e20e12bb138fe2cb3 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Mon, 21 Jun 2021 07:08:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.3.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 557da02616..dcc3e63abd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = False diff --git a/Project.toml b/Project.toml index 84b8c36ca0..e622b11598 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.3.2" +version = "0.3.3" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"