Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
campos-ddc committed Sep 23, 2016
1 parent a97f51c commit f2308ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cprofile_graph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ def _view_file(path):

__author__ = 'Diogo de Campos'
__email__ = '[email protected]'
__version__ = '1.0.2'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='cprofile_graph',
version='1.0.2',
version='1.1.0',
description="cprofile_graph is used to generate visual graphs for Python profiling.",
author="Diogo de Campos",
author_email='[email protected]',
Expand Down

0 comments on commit f2308ae

Please sign in to comment.