From 0b290dbd9082967af2cbba5d5450760e0363e8a1 Mon Sep 17 00:00:00 2001 From: "Michael J.T. O'Kelly" Date: Sun, 13 Apr 2014 13:45:21 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- wabbit_wappa/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8f17e31..2d86d70 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.2.0 files = setup.py wabbit_wappa/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index b724ded..35c4d2f 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='wabbit_wappa', - version='0.1.2', + version='0.2.0', description='Wabbit Wappa is a full-featured Python wrapper for the Vowpal Wabbit machine learning utility.', long_description=readme + '\n\n' + doclink + '\n\n' + history, author="Michael J.T. O'Kelly", diff --git a/wabbit_wappa/__init__.py b/wabbit_wappa/__init__.py index bad27df..2a41be4 100644 --- a/wabbit_wappa/__init__.py +++ b/wabbit_wappa/__init__.py @@ -16,7 +16,7 @@ __author__ = "Michael J.T. O'Kelly" __email__ = 'mokelly@gmail.com' -__version__ = '0.1.2' +__version__ = '0.2.0' import logging