Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Aug 17, 2017
1 parent ccc463e commit e72223c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
from .configuration_space import ConfigurationSpace
from .coordinate_config_space import CoordinateConfigSpace

__version__ = '1.0.b4'
__version__ = '1.0.b6'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except ImportError:
except ModuleNotFoundError:
long_description = open('README.md').read()

config = {
Expand Down

0 comments on commit e72223c

Please sign in to comment.