Skip to content

Commit f6ca090

Browse files
committed
add a PyPI badge
1 parent 735b1f3 commit f6ca090

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Effect
44
.. image:: https://travis-ci.org/python-effect/effect.svg?branch=master
55
:target: https://travis-ci.org/python-effect/effect
66

7+
.. image:: https://img.shields.io/pypi/v/effect.svg
8+
:target: https://pypi.python.org/pypi/effect
9+
710
Effect is a library for helping you write purely functional code by isolating
811
the effects (that is, IO or state manipulation) in your code. Documentation is
912
available at https://effect.readthedocs.org/, and its PyPI page is

0 commit comments

Comments
 (0)