diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6b7851b1..63f2717538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3.0] - 2021-01-15 +## [0.3.0] - 2021-01-20 ### Added diff --git a/LICENSE b/LICENSE index b9181e1a6e..2e66bec2e7 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 William Falcon + Copyright 2018-2021 William Falcon Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pl_bolts/__init__.py b/pl_bolts/__init__.py index 61d1929f33..4e3f15be7b 100644 --- a/pl_bolts/__init__.py +++ b/pl_bolts/__init__.py @@ -2,11 +2,11 @@ import os -__version__ = '0.3.0rc1' +__version__ = '0.3.0' __author__ = 'PyTorchLightning et al.' __author_email__ = 'name@pytorchlightning.ai' __license__ = 'Apache-2.0' -__copyright__ = 'Copyright (c) 2020-2020, %s.' % __author__ +__copyright__ = f'Copyright (c) 2020-2021, {__author__}' __homepage__ = 'https://github.com/PyTorchLightning/pytorch-lightning-bolts' __docs__ = "PyTorch Lightning Bolts is a community contribution for ML researchers." __long_doc__ = """