Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 12, 2021
1 parent 4c9a108 commit 0f6e202
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions flash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""Root package info."""
import os

__version__ = "0.2.0rc2"
__version__ = "0.2.0"
__author__ = "PyTorchLightning et al."
__author_email__ = "name@pytorchlightning.ai"
__license__ = 'Apache-2.0'
Expand Down Expand Up @@ -56,5 +56,13 @@
from flash.core.trainer import Trainer

__all__ = [
"Task", "ClassificationTask", "DataModule", "vision", "text", "tabular", "data", "utils", "download_data"
"Task",
"ClassificationTask",
"DataModule",
"vision",
"text",
"tabular",
"data",
"utils",
"download_data",
]

0 comments on commit 0f6e202

Please sign in to comment.