Skip to content

Commit

Permalink
Bump version 6.10.1 -> 6.11.1 (#738)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update .bumpversion.cfg

* Update __init__.py

* Update .bumpversion.cfg

* Update __init__.py

* Update setup.py
  • Loading branch information
JosephJHowlett authored Mar 31, 2020
1 parent d439956 commit da0b781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 6.10.1
current_version = 6.11.1
files = setup.py pax/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion pax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'Christopher Tunnell'
__email__ = 'ctunnell@nikhef.nl'
__version__ = '6.10.1'
__version__ = '6.11.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='pax',
version='6.10.1',
version='6.11.1',
description='PAX is the raw data processor for LXe TPCs.',
long_description=readme + '\n\n' + history,
author='Christopher Tunnell and Jelle Aalbers for the XENON1T collaboration',
Expand Down

0 comments on commit da0b781

Please sign in to comment.