File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ test.py
1212htmlcov /
1313benchmarks /* .json
1414docs /_build /
15+ old-version /
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Install
1010
1111Just::
1212
13- pip install python- devtools
13+ pip install devtools
1414
1515Usage
1616-----
@@ -41,5 +41,5 @@ modify ``/usr/lib/python3.6/sitecustomize.py`` making ``debug`` available in any
4141 :target: https://travis-ci.org/samuelcolvin/python-devtools
4242.. |Coverage | image :: https://codecov.io/gh/samuelcolvin/python-devtools/branch/master/graph/badge.svg
4343 :target: https://codecov.io/gh/samuelcolvin/python-devtools
44- .. |pypi | image :: https://img.shields.io/pypi/v/python- devtools.svg
45- :target: https://pypi.python. org/pypi/python- devtools
44+ .. |pypi | image :: https://img.shields.io/pypi/v/devtools.svg
45+ :target: https://pypi.org/project/ devtools
Original file line number Diff line number Diff line change 22
33__all__ = ['VERSION' ]
44
5- VERSION = StrictVersion ('0.0.1 ' )
5+ VERSION = StrictVersion ('0.0.2 ' )
You can’t perform that action at this time.
0 commit comments