Skip to content

Commit

Permalink
Bump version: 5.7.4 → 5.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Sep 18, 2021
1 parent 572dc46 commit 80a2602
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.4'
__version__ = '5.7.5'

# 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.4
current_version = 5.7.5
commit = True
tag = True

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

Expand Down

0 comments on commit 80a2602

Please sign in to comment.