diff --git a/docs/conf.py b/docs/conf.py index c610c16..882d36a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/man/pcp2pdf.1 b/man/pcp2pdf.1 index f00ff6b..ddceafd 100644 --- a/man/pcp2pdf.1 +++ b/man/pcp2pdf.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PCP2PDF" "1" "June 01, 2015" "0.2" "pcp2pdf" +.TH "PCP2PDF" "1" "June 01, 2015" "0.3" "pcp2pdf" .SH NAME pcp2pdf \- pcp2pdf Documentation . diff --git a/setup.py b/setup.py index 22b92c6..b55283b 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def run_tests(self): config = { 'name': 'pcp2pdf', - 'version': '0.2', + 'version': '0.3', 'author': 'Michele Baldessari', 'author_email': 'michele@acksyn.org', 'url': 'https://github.com/performancecopilot/pcp2pdf', diff --git a/src/pcp2pdf.egg-info/PKG-INFO b/src/pcp2pdf.egg-info/PKG-INFO index 29d5448..9cc4141 100644 --- a/src/pcp2pdf.egg-info/PKG-INFO +++ b/src/pcp2pdf.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pcp2pdf -Version: 0.2 +Version: 0.3 Summary: UNKNOWN Home-page: https://github.com/performancecopilot/pcp2pdf Author: Michele Baldessari