diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6d57faea..d81d1a6db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,6 @@ 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). -## [unReleased] - 2022-MM-DD - -### Added - - -### Changed - - -### Deprecated - - -### Removed - - -### Fixed - - - ## [0.6.0] - 2022-11-02 ### Added diff --git a/pl_bolts/__about__.py b/pl_bolts/__about__.py index 3b88e1dbd3..e6a1ace579 100644 --- a/pl_bolts/__about__.py +++ b/pl_bolts/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.7.0dev" +__version__ = "0.6.0.post1" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"