Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
VChristiaens committed Feb 21, 2022
1 parent 53e13de commit 7b890ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The documentation for ``special`` can be found here: TBD

Jupyter notebook tutorial
-------------------------
A Jupter notebook tutorial examplifying most possibilities within ``special`` is available in the
A Jupyter notebook tutorial examplifying most possibilities within ``special`` is available in the
``special-extras`` `repository <https://github.com/VChristiaens/special_extras>`_.
Alternatively, you can execute this repository on
`Binder <https://mybinder.org/v2/gh/VChristiaens/special_extras/main>`_ (in the tutorials directory).
Expand Down Expand Up @@ -83,7 +83,7 @@ The easiest way to install ``special`` is through the Python Package Index, aka
$ pip install special
With ``pip`` you can easily uninstall, upgrade or install a specific version of
``special ``. For upgrading the package run:
``special``. For upgrading the package run:

.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions special/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- utility functions for the spectral fit.
"""

__version__ = "0.0.2"
__version__ = "0.0.3"

from .config import *
from .utils_mcmc import *
Expand All @@ -21,4 +21,4 @@
from .model_resampling import *
from .mcmc_sampling import *
from .nested_sampling import *
from .template_fit import *
from .template_fit import *

0 comments on commit 7b890ee

Please sign in to comment.