Skip to content

Commit

Permalink
Bump version to 0.5.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLarsen committed Jan 16, 2025
1 parent 55a4deb commit 0d32908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Frogbox is an opinionated PyTorch machine learning framework built for rapid pro
## Installation

```sh
pip install git+https://SimonLarsen@github.com/SimonLarsen/frogbox.git@v0.5.2
pip install git+https://SimonLarsen@github.com/SimonLarsen/frogbox.git@v0.5.2b
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion frogbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. include:: ./intro.md
"""

__version__ = "0.5.2"
__version__ = "0.5.2b"

from accelerate.utils import set_seed # noqa: F401
from .config import read_json_config, SupervisedConfig, GANConfig # noqa: F401
Expand Down

0 comments on commit 0d32908

Please sign in to comment.