Skip to content

Commit

Permalink
Bump up to version 0.8.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Oct 5, 2017
1 parent ad6695d commit 801c502
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.6
current_version = 0.8.7
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.6'
release = '0.8.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='signac',
version='0.8.6',
version='0.8.7',
packages=find_packages(),
zip_safe=True,

Expand Down
2 changes: 1 addition & 1 deletion signac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .contrib import SignacProjectCrawler
from .db import get_database

__version__ = '0.8.6'
__version__ = '0.8.7'

__all__ = ['__version__', 'contrib', 'db', 'errors',
'cite',
Expand Down

0 comments on commit 801c502

Please sign in to comment.