Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WenzDaniel committed Sep 22, 2022
1 parent fec8de4 commit ca5dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/plugins/peak_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PeakBasics(strax.Plugin):
arrays.
NB: This plugin can therefore be loaded as a pandas DataFrame.
"""
__version__ = "0.1.1"
__version__ = "0.1.2"
parallel = True
depends_on = ('peaks',)
provides = 'peak_basics'
Expand Down

0 comments on commit ca5dc92

Please sign in to comment.