Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLarsen committed Jun 24, 2024
1 parent 601c969 commit dfbd8cc
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 @@ -12,7 +12,7 @@ Experiments are defined using JSON files and supports [jinja2](https://jinja.pal
## Installation

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

## 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.3.1"
__version__ = "0.3.2"

from .pipelines.supervised import SupervisedPipeline # noqa: F401
from .pipelines.gan import GANPipeline # noqa: F401
Expand Down

0 comments on commit dfbd8cc

Please sign in to comment.