Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit cd72584

Browse files
committed
fix version numbers
1 parent 73adea9 commit cd72584

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '0.9'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.9.6'
57+
release = '0.9.8'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

predictionio/__init__.py

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

66

7-
__version__ = "0.9.6"
7+
__version__ = "0.9.8"
88

99
# import packages
1010
import re

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.9.6",
13+
version="0.9.8",
1414
author=__author__,
1515
author_email=__email__,
1616
packages=['predictionio'],

0 commit comments

Comments
 (0)