Skip to content

Commit

Permalink
Update v0.7.0 to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Apr 9, 2024
1 parent eadf529 commit a450730
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Added

### Fixed

### Changed

## [0.7.1]

### Added

### Fixed

- Fixed `ins_size`, `ins_size_dev` & `coverage_uniformity` parsing and models
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN /bin/bash -c "source ~/.bashrc"
LABEL authors="Markus Johansson <[email protected]>, Ryan Kennedy <[email protected]>" \
maintainers="Markus Johansson <[email protected]>, Ryan Kennedy <[email protected]>" \
description="Docker image for bonsai-prp" \
version="0.7.0"
version="0.7.1"

# Default command to run when the container starts
CMD ["python"]
2 changes: 1 addition & 1 deletion prp/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PRP version"""
VERSION = "0.7.0"
VERSION = "0.7.1"

0 comments on commit a450730

Please sign in to comment.