Skip to content

Commit 859ee5e

Browse files
committed
Bump version to 0.5.3
1 parent fabe5de commit 859ee5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Frogbox is an opinionated PyTorch machine learning framework built for rapid pro
1818
## Installation
1919

2020
```sh
21-
pip install git+https://[email protected]/SimonLarsen/[email protected].2c
21+
pip install git+https://[email protected]/SimonLarsen/[email protected].3
2222
```
2323

2424
## Getting started

frogbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. include:: ./intro.md
33
"""
44

5-
__version__ = "0.5.2c"
5+
__version__ = "0.5.3"
66

77
from accelerate.utils import set_seed # noqa: F401
88
from .config import read_json_config, SupervisedConfig, GANConfig # noqa: F401

0 commit comments

Comments
 (0)