Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Oct 12, 2016
1 parent fd0b23c commit f2fb4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
#
# See also:
# - https://code.google.com/archive/p/jrfonseca/issues/19
# - http://docs.python.org/2/distutils/packageindex.html
# - https://docs.python.org/2/distutils/packageindex.html
#

import sys
from setuptools import setup

setup(
name='gprof2dot',
version='2015.12.01',
version='2016.10.12',
author='Jose Fonseca',
author_email='[email protected]',
url='https://github.com/jrfonseca/gprof2dot',
Expand Down

0 comments on commit f2fb4da

Please sign in to comment.