diff --git a/saltax/__init__.py b/saltax/__init__.py index 4c4d79e..b892741 100644 --- a/saltax/__init__.py +++ b/saltax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.5" from . import instructions from .instructions import * diff --git a/setup.py b/setup.py index 4d3e86f..6fee89e 100644 --- a/setup.py +++ b/setup.py @@ -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"],