Skip to content

Commit 8c709e3

Browse files
committed
Release v0.9.0
1 parent 2b3c155 commit 8c709e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
MAJOR = 0
1111
MINOR = 9
1212
MICRO = 0
13-
ISRELEASED = False
13+
ISRELEASED = True
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15-
QUALIFIER = 'rc1'
15+
QUALIFIER = ''
1616

1717

1818
DISTNAME = 'xarray'

0 commit comments

Comments
 (0)