Skip to content

Commit d17d2df

Browse files
committed
[skip ci] Change to version 1.1.1
1 parent f1f8c42 commit d17d2df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.1.0'
56+
version = '1.1.1'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.1.0'
58+
release = '1.1.1'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

perprof/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
A Python module for performance profiling (as described by [Dolan and
55
Moré](http://arxiv.org/abs/cs/0102001)) with TikZ and matplotlib output.
66
"""
7-
__version__ = "1.1.0"
7+
__version__ = "1.1.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='perprof',
14-
version='1.1.0',
14+
version='1.1.1',
1515
author='Abel Soares Siqueira, Raniere Gaia Costa da Silva, Luiz Rafael dos Santos',
1616
1717
packages=['perprof'],

0 commit comments

Comments
 (0)