From 85249306036d2cb7e7ef4fb0a44021e9fde98456 Mon Sep 17 00:00:00 2001 From: Charles Martin Date: Thu, 30 Apr 2026 11:55:55 -0700 Subject: [PATCH] Bump version to 0.8.5 for PR368 --- Changelog.txt | 3 +++ weightwatcher/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 8effd27..69e29a7 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.5] +Version bump to 0.8.5 (PR368) + ## [0.8.3] Version bump to 0.8.3 diff --git a/weightwatcher/__init__.py b/weightwatcher/__init__.py index a4f9739..3e15cb0 100644 --- a/weightwatcher/__init__.py +++ b/weightwatcher/__init__.py @@ -19,7 +19,7 @@ __name__ = "weightwatcher" -__version__ = "0.8.4" +__version__ = "0.8.5" __license__ = "Apache License, Version 2.0" __description__ = "Diagnostic Tool for Deep Neural Networks"