Skip to content

Commit

Permalink
Bump version: 5.7.7 → 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Aug 21, 2022
1 parent 0206ccf commit 8aa7e70
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
Expand Up @@ -27,7 +27,7 @@
# config = ConfigParser()
# config.read([default_config, ])
# __version__ = config.get('Configuration', 'version')
__version__ = '5.7.7'
__version__ = '5.8.0'

# 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 setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.7.7
current_version = 5.8.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion solcore/solcore_config.txt
@@ -1,5 +1,5 @@
[Configuration]
version: 5.7.7
version: 5.8.0
welcome_message: 1
verbose_loading: 1

Expand Down

0 comments on commit 8aa7e70

Please sign in to comment.