From 2bf93b7505d25978b8f9a04435bd795678a5462b Mon Sep 17 00:00:00 2001 From: Tom Gustafsson Date: Fri, 12 Jan 2024 17:21:39 +0200 Subject: [PATCH] bump up version number --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed6c6225..08efb01f 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with respect to documented and/or tested features. -### Unreleased +### [9.0.1] - 2024-01-12 - Fixed: `ElementVector` works also for split_bases/split_indices in case `mesh.dim() != elem.dim` diff --git a/setup.cfg b/setup.cfg index c67af814..573afd9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scikit-fem -version = 9.0.0 +version = 9.0.1 author = Tom Gustafsson description = Simple finite element assemblers url = https://github.com/kinnala/scikit-fem