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

Commit 766fd9e

Browse files
committed
bump up version to 0.9.10.dev1
1 parent 4d8c843 commit 766fd9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: predictionio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66

7-
__version__ = "0.9.9"
7+
__version__ = "0.9.10.dev1"
88

99
# import packages
1010
import re

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

0 commit comments

Comments
 (0)