Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jan 26, 2017
1 parent 2b3c155 commit 8c709e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
MAJOR = 0
MINOR = 9
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = 'rc1'
QUALIFIER = ''


DISTNAME = 'xarray'
Expand Down

0 comments on commit 8c709e3

Please sign in to comment.