Skip to content

Commit f2fd776

Browse files
committed
Release v0.4
1 parent c6fe65a commit f2fd776

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ What's New
99
import xray
1010
np.random.seed(123456)
1111
12-
v0.4 (unreleased)
13-
-----------------
12+
v0.4 (2 March, 2015)
13+
--------------------
1414

1515
This is one of the biggest releases yet for xray: it includes some major
1616
changes that may break existing code, along with the usual collection of minor

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from setuptools import setup, find_packages
88

99
MAJOR = 0
10-
MINOR = 3
11-
MICRO = 2
12-
ISRELEASED = False
10+
MINOR = 4
11+
MICRO = 0
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)