Skip to content

Commit

Permalink
Revert to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Apr 17, 2017
1 parent 1b28eda commit ab4ffee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ What's New
import xarray as xr
np.random.seed(123456)
.. _whats-new.0.9.6:

v0.9.6 (unreleased)
-------------------

Enhancements
~~~~~~~~~~~~

Bug fixes
~~~~~~~~~

.. _whats-new.0.9.5:

v0.9.5 (17 April, 2017)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MAJOR = 0
MINOR = 9
MICRO = 5
ISRELEASED = True
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit ab4ffee

Please sign in to comment.