Commit 9360ac11 authored by Boris Bonev's avatar Boris Bonev
Browse files

Bumping up version number

parent 639e283b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
### v0.6.1 ### v0.6.1
* Cleanup in SFNO code * Minor bugfixes to export SFNO code
* Readme should now render correctly in PyPI * Readme should now render correctly in PyPI
### v0.6.0 ### v0.6.0
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
__version__ = '0.6.0' __version__ = '0.6.1'
from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT
from . import quadrature from . import quadrature
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment