Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boydgreenfield committed Nov 30, 2017
1 parent 299cf6c commit ea28e8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx']
'sphinx.ext.doctest',
'sphinx.ext.intersphinx']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1.0'
version = u'0.1.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0'
release = u'0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -162,7 +162,5 @@
]




# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from setuptools import setup, find_packages

__version__ = '0.1.0'
__version__ = '0.1.1'


setup(
Expand Down

0 comments on commit ea28e8c

Please sign in to comment.