Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
release 0.2.4 (#301)
Browse files Browse the repository at this point in the history
* version 0.2.4
* chlog
  • Loading branch information
rohitgr7 authored Nov 3, 2022
1 parent 0ea921a commit b6142fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ 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]

### Added
## [0.2.4] - 2022-11-03

### Changed

### Fixed

### Removed

### Deprecated
- Added support for Lightning v1.8.0 ([#297](https://github.com/Lightning-AI/lightning-transformers/pull/297))
12 changes: 6 additions & 6 deletions lightning_transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

__ROOT_DIR__ = os.path.dirname(os.path.dirname(__file__))

__version__ = "0.2.3"
__author__ = "PyTorchLightning et al."
__author_email__ = "name@pytorchlightning.ai"
__version__ = "0.2.4"
__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__license__ = "Apache-2.0"
__copyright__ = f"Copyright (c) 2020-2020, {__author__}."
__homepage__ = "https://github.com/PyTorchLightning/lightning-transformers"
__docs__ = "PyTorch Lightning Transformers."
__homepage__ = "https://github.com/Lightning-AI/lightning-transformers"
__docs__ = "Lightning Transformers."
__long_doc__ = """
Lightning Transformers provides `LightningModules`, `LightningDataModules` and `Strategies` to use
HuggingFace Transformers with the PyTorch Lightning Trainer.
HuggingFace Transformers with the Lightning Trainer.
"""

0 comments on commit b6142fe

Please sign in to comment.