Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhattersley committed Mar 24, 2015
1 parent 486aee0 commit 38ddaaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biggus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
import numpy.ma as ma


__version__ = '0.8.0'
__version__ = '0.9.0'


_SCALAR_KEY_TYPES = (int, np.integer)
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.0'
version = '0.9.0'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self):

setup(
name='Biggus',
version='0.8.0',
version='0.9.0',
url='https://github.com/SciTools/biggus',
author='Richard Hattersley',
author_email='rhattersley@gmail.com',
Expand Down

0 comments on commit 38ddaaf

Please sign in to comment.