Skip to content

Commit

Permalink
Bump version: 5.7.1 → 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Oct 2, 2020
1 parent 1a6165c commit 313ed80
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.1'
__version__ = '5.7.2'

# 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.1
current_version = 5.7.2
commit = True
tag = True

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

Expand Down

0 comments on commit 313ed80

Please sign in to comment.