From b6072e9fbdcefaf7af88649c99321b6a3670a360 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Thu, 5 Jan 2023 12:29:13 -0500 Subject: [PATCH] build: bump version number to 3.1.3 --- CMakeLists.txt | 2 +- packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb | 2 +- packaging/conda/meta.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 049bbbb2..9e999eef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # ############ # Define Project -project(solid_dmft VERSION 3.1.2 LANGUAGES C CXX) +project(solid_dmft VERSION 3.1.3 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############ diff --git a/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb b/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb index d6229ff3..b0420086 100644 --- a/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb +++ b/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb @@ -1,7 +1,7 @@ easyblock = 'CMakeMake' name = 'TRIQS-solid_dmft' -version = '3.1.2' +version = '3.1.3' versionsuffix = '-Python-%(pyver)s' homepage = 'https://triqs.github.io/solid_dmft/' diff --git a/packaging/conda/meta.yaml b/packaging/conda/meta.yaml index c19519b0..ff6b37e5 100644 --- a/packaging/conda/meta.yaml +++ b/packaging/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "3.1.2" %} +{% set version = "3.1.3" %} package: name: solid_dmft diff --git a/pyproject.toml b/pyproject.toml index 616eb3d7..df1e311f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ where = ["python"] [project] name = "solid_dmft" -version = "3.1.2" +version = "3.1.3" authors = [ { name="Alexander Hampel", email="ahampel@flatironinstitute.org" } ]