Skip to content

Commit 8f83768

Browse files
committed
correct links and uprev
1 parent f98b3aa commit 8f83768

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ test.py
1212
htmlcov/
1313
benchmarks/*.json
1414
docs/_build/
15+
old-version/

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install
1010

1111
Just::
1212

13-
pip install python-devtools
13+
pip install devtools
1414

1515
Usage
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

devtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.0.1')
5+
VERSION = StrictVersion('0.0.2')

0 commit comments

Comments
 (0)