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
12
12
htmlcov /
13
13
benchmarks /* .json
14
14
docs /_build /
15
+ old-version /
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Install
10
10
11
11
Just::
12
12
13
- pip install python- devtools
13
+ pip install devtools
14
14
15
15
Usage
16
16
-----
@@ -41,5 +41,5 @@ modify ``/usr/lib/python3.6/sitecustomize.py`` making ``debug`` available in any
41
41
:target: https://travis-ci.org/samuelcolvin/python-devtools
42
42
.. |Coverage | image :: https://codecov.io/gh/samuelcolvin/python-devtools/branch/master/graph/badge.svg
43
43
: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 2
2
3
3
__all__ = ['VERSION' ]
4
4
5
- VERSION = StrictVersion ('0.0.1 ' )
5
+ VERSION = StrictVersion ('0.0.2 ' )
You can’t perform that action at this time.
0 commit comments