From c7d781de5e3f3c7df4b1595c31ac0e8a5301e98d Mon Sep 17 00:00:00 2001 From: Shayne Reichard Date: Mon, 4 Dec 2017 10:44:00 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.2=20=E2=86=92=201.2.3?= 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 dfc1546..a41fed9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 files = lax/__init__.py setup.py commit = True tag = True diff --git a/lax/__init__.py b/lax/__init__.py index e580388..94de13b 100644 --- a/lax/__init__.py +++ b/lax/__init__.py @@ -1,5 +1,5 @@ """Module defining key components to lax""" -__version__ = '1.2.2' +__version__ = '1.2.3' from . import lichens diff --git a/setup.py b/setup.py index 0bb3424..56c3afe 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='lax', - version='1.2.2', + version='1.2.3', description="Package for standardizing event selections on hax minitrees.", long_description=readme + '\n\n' + history, author="Christopher Tunnell",