Skip to content

Commit 92060af

Browse files
authored
Merge pull request #231 from powerapi-ng/chore/release-v2.4.1
build: Bump Smartwatts package version to v2.4.1
2 parents 4282344 + da7fce1 commit 92060af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "smartwatts"
7-
version = "2.4.0"
7+
version = "2.4.1"
88
description = "SmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework."
99
readme = "README.md"
1010
keywords = ["powerapi", "energy", "power-meter", "power-model", "green-computing", "containers"]

src/smartwatts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3030
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131

32-
__version__ = "2.4.0"
32+
__version__ = "2.4.1"

0 commit comments

Comments
 (0)