We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fe65a commit f2fd776Copy full SHA for f2fd776
doc/whats-new.rst
@@ -9,8 +9,8 @@ What's New
9
import xray
10
np.random.seed(123456)
11
12
-v0.4 (unreleased)
13
------------------
+v0.4 (2 March, 2015)
+--------------------
14
15
This is one of the biggest releases yet for xray: it includes some major
16
changes that may break existing code, along with the usual collection of minor
setup.py
@@ -7,9 +7,9 @@
7
from setuptools import setup, find_packages
8
MAJOR = 0
-MINOR = 3
-MICRO = 2
-ISRELEASED = False
+MINOR = 4
+MICRO = 0
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
0 commit comments