This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version and update CHANGELOG (#385)
* Bump version and update CHANGELOG * Update CHANGELOG.md Co-authored-by: Jirka Borovec <[email protected]>
- Loading branch information
1 parent
546bb0e
commit a047330
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.3.2" | ||
__version__ = "0.3.3dev" | ||
__author__ = "PyTorchLightning et al." | ||
__author_email__ = "[email protected]" | ||
__license__ = 'Apache-2.0' | ||
|