From 4966e4103e80dc41c30cf46951041ba968412740 Mon Sep 17 00:00:00 2001 From: dachengx Date: Sat, 27 Apr 2024 10:37:21 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- axidence/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"