Skip to content

Commit 9c6c536

Browse files
committed
Release v0.8.0rc1
1 parent b2bbd45 commit 9c6c536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
from setuptools import Command
99

1010
MAJOR = 0
11-
MINOR = 7
12-
MICRO = 2
13-
ISRELEASED = False
11+
MINOR = 8
12+
MICRO = 0
13+
ISRELEASED = True
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15-
QUALIFIER = ''
15+
QUALIFIER = 'rc1'
1616

1717

1818
DISTNAME = 'xarray'

0 commit comments

Comments
 (0)