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

Commit 7f94531

Browse files
author
Kenneth Chan
committed
rename version to 0.5.0, add CHANGES.txt
1 parent d18f1b7 commit 7f94531

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see https://predictionio.atlassian.net/browse/SDKPYTHON#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include LICENSE.txt
2+
include CHANGES.txt

predictionio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__copyright__ = "Copyright 2013, TappingStone, Inc."
1010
__license__ = "Apache License, Version 2.0"
1111

12-
__version__ = "0.5"
12+
__version__ = "0.5.0"
1313

1414

1515
# import packages

0 commit comments

Comments
 (0)