From 81fd9dcc1b4e35f115efa91eae0322393a5fddb9 Mon Sep 17 00:00:00 2001 From: Patrick de Perio Date: Tue, 15 May 2018 10:50:34 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.1=20=E2=86=92=201.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- lax/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d85a571..df5ef52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.1 +current_version = 1.5.2 files = lax/__init__.py setup.py commit = True tag = True diff --git a/lax/__init__.py b/lax/__init__.py index 7d38ad8..f50adaf 100644 --- a/lax/__init__.py +++ b/lax/__init__.py @@ -1,5 +1,5 @@ """Module defining key components to lax""" -__version__ = '1.5.1' +__version__ = '1.5.2' from . import lichens diff --git a/setup.py b/setup.py index e5b44ea..07e4b58 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='lax', - version='1.5.1', + version='1.5.2', description="Package for standardizing event selections on hax minitrees.", long_description=readme + '\n\n' + history, author="Christopher Tunnell",