Skip to content

Commit

Permalink
bump version -- to get docs in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Tushman committed Aug 21, 2013
1 parent 0c1f9e4 commit 3547e01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include docs/*
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
project = u'pivotal_tools'
copyright = u'2013 Jonathan Tushman and pivotal_tools contributors'
# The short X.Y version.
version = '0.11'
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.11'
release = '0.13'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pivotal_tools v0.12
pivotal_tools v0.13
===================

pivotal_tools is a geeky command-line interface with additional scrum, planning
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pivotal_tools',
version='0.12',
version='0.13',
description='Collection of pivotal command line tools',
url='http://github.com/jtushman/pivotal_tools',
author='Jonathan Tushman',
Expand Down

0 comments on commit 3547e01

Please sign in to comment.