Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Nov 4, 2013
1 parent a28ed73 commit 4d26406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __complex__(self):
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.2'

# 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 @@ -82,7 +82,7 @@ def install(setup): #pylint: disable=W0621
provides=['sunpy'],
url="http://www.sunpy.org/",
use_2to3=True,
version="0.3.1",
version="0.3.2",
ext_modules = [crotate] if 'crotate' in locals() else []
)

Expand Down

0 comments on commit 4d26406

Please sign in to comment.