Skip to content

Commit

Permalink
Fix minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
russellfunk committed Jul 15, 2017
1 parent b35b30d commit b3af021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.2'
release = u'1.0.3'

# 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 @@ -10,7 +10,7 @@
from setuptools import setup, Extension, find_packages

setup(name="cdindex",
version="1.0.2",
version="1.0.3",
description="Package for computing the cdindex.",
author="Russell J. Funk",
author_email="russellfunk@gmail.com",
Expand Down

0 comments on commit b3af021

Please sign in to comment.