diff --git a/CHANGELOG.md b/CHANGELOG.md index eedce3a..bd30c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to the gtk-fortran project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [forcolormap dev] +## [forcolormap 0.9] 2024-03-11 ### Added * **Development:** diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aa6b5d..93e4f76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24) project( forcolormap LANGUAGES Fortran - VERSION 0.8.0 + VERSION 0.9.0 ) # Get useful macros diff --git a/fpm.toml b/fpm.toml index 26269d3..6cf292f 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,13 +1,13 @@ -name = "forcolormap" -description= "A small Fortran colormap library" -version = "0.8.0" +name = "ForColormap" +description= "A Fortran colormap library" +version = "0.9.0" license = "MIT" author = "Vincent Magnin, Seyed Ali Ghasemi" copyright = "Copyright 2023-2024, Vincent Magnin & Seyed Ali Ghasemi" maintainer = "https://github.com/vmagnin/forcolormap/issues" homepage = "https://github.com/vmagnin/forcolormap" categories = ["graphics"] -keywords = ["Fortran", "fpm", "colormap"] +keywords = ["Fortran", "colormap", "fpm", "CMake"] [dependencies] forimage = {git="https://github.com/gha3mi/forimage.git"}