Skip to content

Commit

Permalink
Bump to v0.2.1 (#46)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 0.2.0 → 0.2.1
  • Loading branch information
dachengx committed Apr 28, 2024
1 parent 29de6bc commit 22d3d5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
files = axidence/__init__.py
commit = True
tag = True
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.2.1 / 2024-04-28
-------------------
* Use poetry by @dachengx in https://github.com/dachengx/axidence/pull/45

**Full Changelog**: https://github.com/dachengx/axidence/compare/v0.2.0...v0.2.1


v0.2.0 / 2024-04-27
-------------------
* Add `EventBuilding` cut by @dachengx in https://github.com/dachengx/axidence/pull/20
Expand Down
2 changes: 1 addition & 1 deletion axidence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from . import dtypes
from .dtypes import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "axidence"
version = "0.2.0"
version = "0.2.1"
description = "strax-based data-driven accidental coincidence background simulation and peak-level salting"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 22d3d5e

Please sign in to comment.