From f4766486450ab2ae183bb4163f666e28c8a1fc4b Mon Sep 17 00:00:00 2001
From: Phoebe Pearce
Date: Sat, 18 Feb 2023 11:20:49 +1100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.9.0=20=E2=86=92=205.9.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
No significant changes from 5.9.0 - adding source distribution to the files uploaded to PyPI
---
docs/source/conf.py | 2 +-
meson.build | 2 +-
solcore/solcore_config.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d4c072a9..fa101ae3 100755
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -27,7 +27,7 @@
# config = ConfigParser()
# config.read([default_config, ])
# __version__ = config.get('Configuration', 'version')
-__version__ = '5.9.0'
+__version__ = '5.9.1'
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
diff --git a/meson.build b/meson.build
index 142f354f..b506b336 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('solcore',
'c',
- version: '5.9.0',
+ version: '5.9.1',
license: 'GNU LGPL',
meson_version: '>= 0.64.0',
default_options : [
diff --git a/solcore/solcore_config.txt b/solcore/solcore_config.txt
index 66bd195d..cd1a58dd 100755
--- a/solcore/solcore_config.txt
+++ b/solcore/solcore_config.txt
@@ -1,5 +1,5 @@
[Configuration]
-version: 5.9.0
+version: 5.9.1
welcome_message: 1
verbose_loading: 1