Skip to content

Commit

Permalink
Release v0.8.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jul 29, 2016
1 parent b2bbd45 commit 9c6c536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -8,11 +8,11 @@
from setuptools import Command

MAJOR = 0
MINOR = 7
MICRO = 2
ISRELEASED = False
MINOR = 8
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
QUALIFIER = 'rc1'


DISTNAME = 'xarray'
Expand Down

0 comments on commit 9c6c536

Please sign in to comment.