Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-cip committed Jul 3, 2018
1 parent bac41fa commit ce07d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Start here
- `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/?badge=latest
.. |readthedocs| image:: https://readthedocs.org/projects/sdepy/badge/?version=v1.0.0
:target: https://sdepy.readthedocs.io/en/v1.0.0
:alt: Documentation Status

.. |travis| image:: https://travis-ci.org/sdepy/sdepy.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion sdepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
import numpy.testing
test = numpy.testing.Tester().test

__version__ = '1.0.0' # untagged
__version__ = '1.0.0' # release


_exclude = ('np', 'numpy', 'scipy',
Expand Down

0 comments on commit ce07d02

Please sign in to comment.