Skip to content

Commit a12e353

Browse files
committed
created new version
v0.0.10-prealpha will be used for cleanup in preparation of our alpha release
1 parent a325bad commit a12e353

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.10-prealpha, 2012-11-29 -- MASE, Examples
12
v0.0.9-prealpha, 2012-11-18 -- GridSearch Optimization
23
v0.0.8-prealpha, 2012-11-18 -- Error Values, Sphinx documentation
34
v0.0.7-prealpha, 2012-11-11 -- First Error measures implemented

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

0 commit comments

Comments
 (0)