Skip to content

Commit

Permalink
Bump version: 0.13.8 → 0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Feb 22, 2021
1 parent 22345c4 commit a3d7d2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.8
current_version = 0.13.9
files = setup.py strax/__init__.py docs/source/conf.py
commit = True
tag = True
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.8'
version = '0.13.9'
# The full version, including alpha/beta/rc tags.
release = '0.13.8'
release = '0.13.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
history = file.read()

setuptools.setup(name='strax',
version='0.13.8',
version='0.13.9',
description='Streaming analysis for xenon TPCs',
author='Jelle Aalbers',
url='https://github.com/AxFoundation/strax',
Expand Down
2 changes: 1 addition & 1 deletion strax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '0.13.8'
__version__ = '0.13.9'

# Glue the package together
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you
Expand Down

0 comments on commit a3d7d2d

Please sign in to comment.