diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b99d4d..0b7c153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 2.0.0 (2024-06-17) + + +### ⚠ BREAKING CHANGES + +* eqasim integration fixes (#44) + +### Features + +* eqasim integration fixes ([#44](https://github.com/tellae/bhepop2/issues/44)) ([5445a9d](https://github.com/tellae/bhepop2/commit/5445a9d3ad6227b7dc563fe03443d445ea465fd8)) + ## 1.0.0 (2024-03-22) ### 0.2.1 (2024-01-04) diff --git a/bhepop2/__init__.py b/bhepop2/__init__.py index 54aef78..b28ca7c 100644 --- a/bhepop2/__init__.py +++ b/bhepop2/__init__.py @@ -3,7 +3,7 @@ """ #: bhepop2 version -__version__ = "1.0.0" +__version__ = "2.0.0" # from bhepop2.bhepop2_enrichment import QuantitativeEnrichment #