Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
russellfunk committed Jul 20, 2017
1 parent 6babb74 commit a2beda0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7'
release = u'1.0.8'

# 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.7",
version="1.0.8",
description="Package for computing the cdindex.",
author="Russell J. Funk",
author_email="russellfunk@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/cdindex.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ void free_graph(Graph *graph);
/* function prototypes for cdindex.c */
double cdindex(Graph *graph, long long int id, long long int time_delta);
double mcdindex(Graph *graph, long long int id, long long int time_delta);
double iindindex(Graph *graph, long long int id, long long int time_delta);
double iindex(Graph *graph, long long int id, long long int time_delta);

0 comments on commit a2beda0

Please sign in to comment.