Skip to content

Commit 0f1adc2

Browse files
committed
v0.0.9-prealpha
1 parent 4e5bfb3 commit 0f1adc2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.0.9-prealpha, 2012-11-18 -- GridSearch Optimization
12
v0.0.8-prealpha, 2012-11-18 -- Error Values, Sphinx documentation
23
v0.0.7-prealpha, 2012-11-11 -- First Error measures implemented
34
v0.0.6-prealpha, 2012-11-01 -- Started implementation of error measures

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = 'v0.0.8-prealpha'
56+
release = 'v0.0.9-prealpha'
5757

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

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

0 commit comments

Comments
 (0)