diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 385eada..cfc64c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 files = axidence/__init__.py commit = True tag = True diff --git a/axidence/__init__.py b/axidence/__init__.py index 15b9d99..5a1c9e0 100644 --- a/axidence/__init__.py +++ b/axidence/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" from . import dtypes from .dtypes import * diff --git a/pyproject.toml b/pyproject.toml index d16972c..5daf750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axidence" -version = "0.1.0" +version = "0.2.0" description = "strax-based data-driven accidental coincidence background simulation and peak-level salting" readme = "README.md" license.file = "LICENSE"