Skip to content

Commit f688b0c

Browse files
committed
Bump version number to 0.8.1
1 parent 1f05c93 commit f688b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

predictionio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77

8-
__version__ = "0.8.0"
8+
__version__ = "0.8.1"
99

1010
# import deprecated libraries.
1111
from predictionio.obsolete import Client

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='PredictionIO',
13-
version="0.8.0",
13+
version="0.8.1",
1414
author=__author__,
1515
author_email=__email__,
1616
packages=['predictionio'],

0 commit comments

Comments
 (0)