From 976f1cc8782f2e33e5e229b119d06ece63d8fb0c Mon Sep 17 00:00:00 2001 From: Tom Gustafsson Date: Tue, 23 Apr 2024 23:02:22 +0300 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 a8407ed8..107bba0c 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.1.1] - 2024-04-23 - Fixed: Tests now pass with `numpy==2.0rc1` - Fixed: `MappingAffine` now uses lazy evaluation also for element diff --git a/setup.cfg b/setup.cfg index 573afd9a..95d44fcd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scikit-fem -version = 9.0.1 +version = 9.1.1 author = Tom Gustafsson description = Simple finite element assemblers url = https://github.com/kinnala/scikit-fem