Skip to content

Commit

Permalink
Update the version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crcollins committed May 25, 2019
1 parent 4ee5f1c commit 36c1f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -80,9 +80,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion molml/__init__.py
Expand Up @@ -8,4 +8,4 @@
scikit-learn to keep things simple and straightforward. For documentation,
look at the docstrings.
"""
__version__ = "0.8.0"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

setup(
name='molml',
version='0.8.0',
version='0.9.0',
description='An interface between molecules and machine learning',
long_description=LONG_DESCRIPTION,
author='Chris Collins',
Expand Down

0 comments on commit 36c1f98

Please sign in to comment.