Skip to content

Commit

Permalink
releasing 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jun 27, 2018
1 parent 6584764 commit 5459f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'0.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1.3'
release = u'0.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion graphflow/pagerank/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

from .GooglePageRank import *
from .GooglePageRank import GoogleMatrix, CalculatePageRankFromAdjacencyMatrix, CalculatePageRank
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():


setup(name='graphflow',
version="0.1.3",
version="0.1.4",
description="Algorithms for Graph Flow Analysis",
long_description="Numerical routines for analyzing data represented by graphs",
classifiers=[
Expand Down

0 comments on commit 5459f69

Please sign in to comment.