Skip to content

Commit

Permalink
Bumped version to 0.5.4.dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Mar 3, 2014
1 parent 157e3ac commit 43acf74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -7,7 +7,7 @@ Introduction
:Web site: http://github.com/hddm-dev/kabuki
:Copyright: This document has been placed in the public domain.
:License: Simplified BSD (see LICENSE)
:Version: 0.5.3
:Version: 0.5.4.dev

Purpose
=======
Expand Down
2 changes: 1 addition & 1 deletion kabuki/__init__.py
Expand Up @@ -5,7 +5,7 @@
import step_methods as steps
import generate

__version__ = '0.5.3.dev'
__version__ = '0.5.4.dev'

try:
from IPython.core.debugger import Tracer; debug_here = Tracer()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="kabuki",
version="0.5.3",
version="0.5.4.dev",
author="Thomas V. Wiecki, Imri Sofer",
author_email="thomas.wiecki@gmail.com",
url="http://github.com/hddm-devs/kabuki",
Expand Down

0 comments on commit 43acf74

Please sign in to comment.