From 3ea27dd51ce8ae585cd5d5a3d4c3570518c46f10 Mon Sep 17 00:00:00 2001 From: Louis Zirkel III Date: Wed, 8 Mar 2017 13:55:35 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codewords/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codewords/version.py b/codewords/version.py index 3b93d0b..27fdca4 100644 --- a/codewords/version.py +++ b/codewords/version.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/setup.cfg b/setup.cfg index 16873d1..206e2ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True tag_name = {new_version}