Skip to content

Commit e9a748e

Browse files
committed
Version bump to 1.0.1
1 parent bf95295 commit e9a748e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Click on the images below to see a larger version and the source code that gener
2727
Project Status
2828
==============
2929

30-
The latest version is **1.0.0** which was released on 2013-09-17, and is a backwards incompatbile from the previous release.
30+
The latest version is **1.0.1** which was released on 2013-09-17, and is a backwards incompatbile from the previous release.
3131

3232
The `project lives on GitHub <https://github.com/gak/pycallgraph/#python-call-graph>`_, where you can `report issues <https://github.com/gak/pycallgraph/issues>`_, contribute to the project by `forking the project <https://help.github.com/articles/fork-a-repo>`_ then creating a `pull request <https://help.github.com/articles/using-pull-requests>`_, or just `browse the source code <https://github.com/gak/pycallgraph/>`_.
3333

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Click on the images below to see a larger version and the source code that gener
2727
Project Status
2828
==============
2929

30-
The latest version is **1.0.0** which was released on 2013-09-17, and is a backwards incompatbile from the previous release.
30+
The latest version is **1.0.1** which was released on 2013-09-17, and is a backwards incompatbile from the previous release.
3131

3232
The `project lives on GitHub <https://github.com/gak/pycallgraph/#python-call-graph>`_, where you can `report issues <https://github.com/gak/pycallgraph/issues>`_, contribute to the project by `forking the project <https://help.github.com/articles/fork-a-repo>`_ then creating a `pull request <https://help.github.com/articles/using-pull-requests>`_, or just `browse the source code <https://github.com/gak/pycallgraph/>`_.
3333

man/pycallgraph.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "PYCALLGRAPH" "1" "September 17, 2013" "1.0.0" "Python Call Graph"
3+
.TH "PYCALLGRAPH" "1" "September 17, 2013" "1.0.1" "Python Call Graph"
44
.SH NAME
55
pycallgraph \- Python Call Graph
66
.

pycallgraph/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A different file to pycallgraph.py because of circular import problem
22

3-
__version__ = '1.0.0'
3+
__version__ = '1.0.1'
44
__copyright__ = 'Copyright Gerald Kaszuba 2007-2013'
55
__license__ = 'GPLv2'
66
__author__ = 'Gerald Kaszuba'

0 commit comments

Comments
 (0)