Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Mar 19, 2015
1 parent 31d5d0f commit f7dc779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ What's New
import xray
np.random.seed(123456)
v0.4.1 (unreleased)
-------------------
v0.4.1 (18 March 2015)
----------------------

The release contains bug fixes and several new features. All chnages should be
The release contains bug fixes and several new features. All changes should be
fully backwards compatible.

Enhancements
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

MAJOR = 0
MINOR = 4
MICRO = 0
ISRELEASED = False
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit f7dc779

Please sign in to comment.