Skip to content

Commit 954bab9

Browse files
committed
- new version
1 parent ea1bf68 commit 954bab9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.0.4-prealpha, 2012-28-10 -- Major performance improvement, while reducing the scale out capabilities
12
v0.0.3-prealpha, 2012-27-10 -- Added profileMe decorator and database support
23
v0.0.2-prealpha, 2012-24-10 -- Added Exponential Smoothing and Holt Forecast methods
34
v0.0.1-prealpha, 2012-23-10 -- SMA method implemented

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = "pycast",
5-
version = "v0.0.3-prealpha",
5+
version = "v0.0.4-prealpha",
66
author = "Christian Schwarz",
77
author_email = "[email protected]",
88
packages = ["pycast"],

0 commit comments

Comments
 (0)