Skip to content

Commit

Permalink
bumping up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeret committed Apr 19, 2016
1 parent 4a30e0a commit d5eed5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.x.x (2016-0x-xx)
0.6.0 (2016-04-19)
++++++++++++++++++

* Fixed bug in 2d array slicing
Expand Down
2 changes: 1 addition & 1 deletion hope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__all__ = ["jit", "config", "serialize", "unserialize"]
__author__ = "Lukas Gamper, Joel Akeret"
__email__ = "[email protected]"
__version__ = "0.5.0"
__version__ = "0.6.0"
__credits__ = "ETH Zurich, Institute for Astronomy"

from hope import config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

setup(
name="hope",
version="0.5.0",
version="0.6.0",
description="A Python Just-In-Time compiler for astrophysical computations",
long_description=readme + "\n\n" + history,
author="Lukas Gamper, Joel Akeret",
Expand Down

0 comments on commit d5eed5e

Please sign in to comment.