Skip to content

Commit

Permalink
bump (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq authored Jun 21, 2024
1 parent fd1c2f6 commit ef77084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.2"
__version__ = "0.1.5"

from . import instructions
from .instructions import *
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.1.2",
version="0.1.5",
install_requires=requires,
setup_requires=["pytest-runner"],
tests_require=requires + ["pytest", "hypothesis", "boltons"],
Expand Down

0 comments on commit ef77084

Please sign in to comment.