From 83d39693b255d854e2a31485c140aa5e9613a26a Mon Sep 17 00:00:00 2001 From: pdeperio Date: Thu, 18 Jan 2018 12:00:38 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.3.2=20=E2=86=92=202.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- hax/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2ff7063..988f461 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.2 +current_version = 2.3.3 files = setup.py hax/__init__.py docs/conf.py commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index de3c386..ba80ff9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = '2.3.2' +version = '2.3.3' # The full version, including alpha/beta/rc tags. -release = '2.3.2' +release = '2.3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hax/__init__.py b/hax/__init__.py index 78401bd..3fbbc62 100644 --- a/hax/__init__.py +++ b/hax/__init__.py @@ -6,7 +6,7 @@ import numba # flake8: noqa: F401 from . import misc, minitrees, paxroot, pmt_plot, raw_data, runs, utils, treemakers, data_extractor, slow_control, \ trigger_data, ipython, recorrect # flake8: noqa: F401 -__version__ = '2.3.2' +__version__ = '2.3.3' # Stitch the package together diff --git a/setup.py b/setup.py index 0fd3d9c..9a28533 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ if q not in 'numpy pandas numba dask'.split()] setup(name='hax', - version='2.3.2', + version='2.3.3', description="Handy Analysis for XENON", long_description=readme + '\n\n' + history, url='https://github.com/XENON1T/hax',