Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Post-release version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarnes committed Feb 28, 2017
1 parent 0c9fca6 commit a72da6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '0.0.3'
# The full version, including alpha/beta/rc tags.
release = '0.0.2'
release = '0.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -142,7 +142,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'Commissaire v0.0.2-alpha'
# html_title = 'Commissaire'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def extract_requirements(filename):

setup(
name='commissaire',
version='0.0.2',
version='0.0.3',
description='Simple cluster host management',
author=extract_names('CONTRIBUTORS'),
maintainer=extract_names('MAINTAINERS'),
Expand Down
2 changes: 1 addition & 1 deletion src/commissaire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
The commissaire common package.
"""

__version__ = '0.0.2-alpha'
__version__ = '0.0.3'

0 comments on commit a72da6d

Please sign in to comment.