Skip to content

Commit 10036ed

Browse files
committed
Bump version: 2.3.3 → 2.4.0
1 parent 6909957 commit 10036ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.3
2+
current_version = 2.4.0
33
files = setup.py hax/__init__.py docs/conf.py
44
commit = True
55
tag = True

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = '2.3.3'
74+
version = '2.4.0'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '2.3.3'
76+
release = '2.4.0'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

hax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import numba # flake8: noqa: F401
77
from . import misc, minitrees, paxroot, pmt_plot, raw_data, runs, utils, treemakers, data_extractor, slow_control, \
88
trigger_data, ipython, recorrect, unblinding # flake8: noqa: F401
9-
__version__ = '2.3.3'
9+
__version__ = '2.4.0'
1010

1111

1212
# Stitch the package together

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if q not in 'numpy pandas numba dask'.split()]
1818

1919
setup(name='hax',
20-
version='2.3.3',
20+
version='2.4.0',
2121
description="Handy Analysis for XENON",
2222
long_description=readme + '\n\n' + history,
2323
url='https://github.com/XENON1T/hax',

0 commit comments

Comments
 (0)