Skip to content

Commit

Permalink
Bump version: 5.9.0 → 5.9.1
Browse files Browse the repository at this point in the history
No significant changes from 5.9.0 - adding source distribution to the files uploaded to PyPI
  • Loading branch information
phoebe-p committed Feb 18, 2023
1 parent bd2aa6f commit f476648
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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 : [
Expand Down
2 changes: 1 addition & 1 deletion solcore/solcore_config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Configuration]
version: 5.9.0
version: 5.9.1
welcome_message: 1
verbose_loading: 1

Expand Down

0 comments on commit f476648

Please sign in to comment.