Skip to content

Commit

Permalink
Release 0.9.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jan 11, 2017
1 parent 417797e commit d42f383
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
from setuptools import Command

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


DISTNAME = 'xarray'
Expand All @@ -29,7 +29,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit d42f383

Please sign in to comment.