Skip to content

Commit

Permalink
Release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Jun 1, 2015
1 parent 90fc0c8 commit 95134d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/pcp2pdf.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run_tests(self):

config = {
'name': 'pcp2pdf',
'version': '0.2',
'version': '0.3',
'author': 'Michele Baldessari',
'author_email': '[email protected]',
'url': 'https://github.com/performancecopilot/pcp2pdf',
Expand Down
2 changes: 1 addition & 1 deletion src/pcp2pdf.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 95134d7

Please sign in to comment.