From 2f1833d04bcf4b1b95f9a34091c053dbb9d94eaa Mon Sep 17 00:00:00 2001 From: ultimanet <ultimanet@users.noreply.github.com> Date: Tue, 24 Mar 2015 13:02:20 +0100 Subject: [PATCH] Updated README and nifty_core __version__ --- README.rst | 2 +- nifty_core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bea0632f3..cea94b9f3 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ Requirements Download ........ -The latest release is tagged **v1.0.6** and is available as a source package +The latest release is tagged **v1.0.7** and is available as a source package at `<https://github.com/information-field-theory/nifty/tags>`_. The current version can be obtained by cloning the repository:: diff --git a/nifty_core.py b/nifty_core.py index 61a64b593..6ffab0658 100644 --- a/nifty_core.py +++ b/nifty_core.py @@ -150,7 +150,7 @@ from multiprocessing import Value as mv from multiprocessing import Array as ma -__version__ = "1.0.6" +__version__ = "1.0.7" pi = 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679 -- GitLab