Skip to content

Commit

Permalink
Release 1.2.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-cip committed Aug 23, 2021
1 parent 170c0cd commit eb5a546
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ Start here
----------

- `Installation <https://pypi.org/project/sdepy>`_: ``pip install sdepy``
- `Quick Guide <https://sdepy.readthedocs.io/en/latest/intro.html#id2>`_
(as `notebook <https://nbviewer.jupyter.org/github/sdepy/sdepy-doc/blob/master/quickguide.ipynb>`_)
- `Documentation <https://sdepy.readthedocs.io/en/latest>`_
(as `pdf <https://readthedocs.org/projects/sdepy/downloads/pdf/latest>`_)
- `Quick Guide <https://sdepy.readthedocs.io/en/v1.2.0/intro.html#id2>`_
(as `notebook <https://nbviewer.jupyter.org/github/sdepy/sdepy-doc/blob/v1.2.0/quickguide.ipynb>`_)
- `Documentation <https://sdepy.readthedocs.io/en/v1.2.0>`_
(as `pdf <https://readthedocs.org/projects/sdepy/downloads/pdf/v1.2.0>`_)
- `Source <https://github.com/sdepy/sdepy>`_
- `License <https://github.com/sdepy/sdepy/blob/master/LICENSE.txt>`_
- `Bug Reports <https://github.com/sdepy/sdepy/issues>`_


.. |readthedocs| image:: https://readthedocs.org/projects/sdepy/badge/?version=latest
:target: https://sdepy.readthedocs.io/en/latest
.. |readthedocs| image:: https://readthedocs.org/projects/sdepy/badge/?version=v1.2.0
:target: https://sdepy.readthedocs.io
:alt: Documentation Status

.. |ci| image:: https://github.com/sdepy/sdepy/workflows/CI/badge.svg?branch=master
.. |ci| image:: https://github.com/sdepy/sdepy/workflows/CI/badge.svg?branch=v1.2.0
:target: https://github.com/sdepy/sdepy/actions

.. |codecov| image:: https://codecov.io/gh/sdepy/sdepy/blob/master/graph/badge.svg
.. |codecov| image:: https://codecov.io/gh/sdepy/sdepy/blob/v1.2.0/graph/badge.svg
:target: https://codecov.io/gh/sdepy/sdepy
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand All @@ -46,7 +45,7 @@
'Mac OS-X',
'Unix',
],
python_requires='>=3.5',
python_requires='>=3.6',
setup_requires=['numpy>=1.15.2', 'scipy>=0.19.1', 'wheel'],
install_requires=['numpy>=1.15.2', 'scipy>=0.19.1'],
packages=[
Expand Down

0 comments on commit eb5a546

Please sign in to comment.