From 0bf826254cf417e8c6d70dae12f69bca028142f3 Mon Sep 17 00:00:00 2001 From: Dan LaMotte Date: Thu, 18 Dec 2014 10:48:21 -0600 Subject: [PATCH] v0.3.13 --- krankshaft/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/krankshaft/__init__.py b/krankshaft/__init__.py index 2eea521..b5ffab8 100644 --- a/krankshaft/__init__.py +++ b/krankshaft/__init__.py @@ -1,4 +1,4 @@ # TODO PEP 386 -VERSION = (0, 3, 12, 'alpha', 0) +VERSION = (0, 3, 13, 'alpha', 0) from .api import API diff --git a/setup.py b/setup.py index fb17418..3cbc716 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='krankshaft', - version='0.3.12', + version='0.3.13', author='Dan LaMotte', author_email='lamotte85@gmail.com', url='https://github.com/dlamotte/krankshaft',