diff --git a/cprofile_graph/__init__.py b/cprofile_graph/__init__.py index e612866..7f4c023 100644 --- a/cprofile_graph/__init__.py +++ b/cprofile_graph/__init__.py @@ -277,4 +277,4 @@ def _view_file(path): __author__ = 'Diogo de Campos' __email__ = 'campos.ddc@gmail.com' -__version__ = '1.0.2' +__version__ = '1.1.0' diff --git a/setup.cfg b/setup.cfg index e1e4c5c..6550cb8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index e4cf140..0ccb2cd 100644 --- a/setup.py +++ b/setup.py @@ -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='campos.ddc@gmail.com',