Skip to content

Commit

Permalink
Bump version to v0.1.6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ykumards committed Dec 3, 2022
1 parent 0fefcf7 commit b595aef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.1.6](https://github.com/ykumards/simtorch/releases/tag/v0.1.6) - 2022-12-03

## [v0.1.5](https://github.com/ykumards/simtorch/releases/tag/v0.1.5) - 2022-12-03

## [v0.1.4](https://github.com/ykumards/simtorch/releases/tag/v0.1.4) - 2022-12-03
Expand Down
1 change: 1 addition & 0 deletions simtorch/model/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from simtorch.model.sim_model import SimilarityModel
2 changes: 2 additions & 0 deletions simtorch/similarity/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from simtorch.similarity.base_similarity import BaseSimilarity
from simtorch.similarity.cka import CKA
2 changes: 1 addition & 1 deletion simtorch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "1"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "5"
_PATCH = "6"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down

0 comments on commit b595aef

Please sign in to comment.