Skip to content

Commit 4ae901b

Browse files
committed
- new version
1 parent edf58a1 commit 4ae901b

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.5-prealpha, 2012-30-10 -- Included test suite with code coverage into pycast
12
v0.0.4-prealpha, 2012-28-10 -- Major performance improvement, while reducing the scale out capabilities
23
v0.0.3-prealpha, 2012-27-10 -- Added profileMe decorator and database support
34
v0.0.2-prealpha, 2012-24-10 -- Added Exponential Smoothing and Holt Forecast methods

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.4-prealpha",
5+
version = "v0.0.5-prealpha",
66
author = "Christian Schwarz",
77
author_email = "[email protected]",
88
packages = ["pycast"],

0 commit comments

Comments
 (0)