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"