Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Apr 22, 2024
1 parent 32d1a1f commit c8e77f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion saltax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Scope
Core functions of `saltax`.
## Structure
- `instructions`: `wfsim` instruction related, including event generators.
- `instructions`: `wfsim` or `fuse` CSV instruction related, including event generators.
- `match`: tools to match salted truth and reconstucted signals.
- `plugins`: `straxen`-like plugins for salting, equivalently from `raw_records` to `peaklets`.
- `contexts.py`: `strax` context for `saltax`. You will want to use `sxenonnt` as default context.
2 changes: 1 addition & 1 deletion saltax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.1.0"

from . import instructions
from .instructions import *
Expand Down
2 changes: 1 addition & 1 deletion saltax/instructions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.2"
__version__ = "0.1.0"
from . import generator
from .generator import *
2 changes: 1 addition & 1 deletion saltax/match/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.1.0"
from . import match
from .match import *
from . import visual
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author="Lanqing Yuan",
description="Salting analysis framework for XENONnT.",
long_description=readme,
version="0.0.2",
version="0.1.0",
install_requires=requires,
setup_requires=["pytest-runner"],
tests_require=requires + ["pytest", "hypothesis", "boltons"],
Expand Down

0 comments on commit c8e77f0

Please sign in to comment.