Skip to content

Commit faccd67

Browse files
committed
Update README for new github location. Bump to rc1
1 parent 0877fb3 commit faccd67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Getting this Code
4141
:alt: Introduction and Installation Guide to Stoner Pythin Package
4242
:width: 320
4343

44-
The *Stoner* package requires numpy >=1.8, scipy >=0.14, matplotlib >=1.5, h5py, lmfit,Pillow and has a number of optional dependencies
44+
The *Stoner* package requires numpy >=1.8, scipy >=0.14, matplotlib >=1.5, h5py, lmfit,Pillow and has a number of optional dependencies
4545
on blist, filemagic, npTDMS, imreg_dft and numba.
4646

4747
Ananconda Python (and probably other scientific Python distributions) include nearly all of the dependencies, and the remaining
@@ -203,6 +203,6 @@ No further relases will be made to 0.7.x.
203203
0.8 is also tested on Python 3.6
204204

205205
.. _online documentation: http://stoner-pythoncode.readthedocs.io/en/latest/
206-
.. _github repository: http://www.github.com/gb119/Stoner-PythonCode/
206+
.. _github repository: http://www.github.com/stonerlab/Stoner-PythonCode/
207207
.. _Dr Gavin Burnell: http://www.stoner.leeds.ac.uk/people/gb
208208
.. _User_Guide: http://stoner-pythoncode.readthedocs.io/en/latest/UserGuide/ugindex.html

Stoner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
from os import path as _path_
3535

36-
__version_info__ = ("0", "9", "0b6")
36+
__version_info__ = ("0", "9", "0rc1")
3737
__version__ = ".".join(__version_info__)
3838

3939
__home__ = _path_.realpath(_path_.dirname(__file__))

doc/readme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Getting this Code
4141
:alt: Introduction and Installation Guide to Stoner Pythin Package
4242
:width: 320
4343

44-
The *Stoner* package requires numpy >=1.8, scipy >=0.14, matplotlib >=1.5, h5py, lmfit,Pillow and has a number of optional dependencies
44+
The *Stoner* package requires numpy >=1.8, scipy >=0.14, matplotlib >=1.5, h5py, lmfit,Pillow and has a number of optional dependencies
4545
on blist, filemagic, npTDMS, imreg_dft and numba.
4646

4747
Ananconda Python (and probably other scientific Python distributions) include nearly all of the dependencies, and the remaining
@@ -203,6 +203,6 @@ No further relases will be made to 0.7.x.
203203
0.8 is also tested on Python 3.6
204204

205205
.. _online documentation: http://stoner-pythoncode.readthedocs.io/en/latest/
206-
.. _github repository: http://www.github.com/gb119/Stoner-PythonCode/
206+
.. _github repository: http://www.github.com/stonerlab/Stoner-PythonCode/
207207
.. _Dr Gavin Burnell: http://www.stoner.leeds.ac.uk/people/gb
208208
.. _User_Guide: http://stoner-pythoncode.readthedocs.io/en/latest/UserGuide/ugindex.html

0 commit comments

Comments
 (0)