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",