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 Oct 31, 2017
1 parent 692d252 commit 17956ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion HOW_TO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Time required: about an hour.
python setup.py bdist_wheel sdist
8. Use twine to register and upload the release on pypi. Be careful, you can't
take this back!
twine register dist/xarray-0.X.Y-py2.py3-none-any.whl
twine upload dist/xarray-0.X.Y*
You will need to be listed as a package owner at
https://pypi.python.org/pypi/xarray for this to work.
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 = 10
MICRO = 0
ISRELEASED = True
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = 'rc1'

Expand Down

0 comments on commit 17956ea

Please sign in to comment.