Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 1, 2022
1 parent 894270b commit c7fe263
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2022-07-01)


### Features

* initial release ([#1](https://github.com/alstonlo/torch-influence/issues/1)) ([3b021fb](https://github.com/alstonlo/torch-influence/commit/3b021fb0e970460fdba18cbb13243ed62c8ffb32))
2 changes: 1 addition & 1 deletion torch_influence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A simple and minimal PyTorch implementation of influence functions.
"""

__version__ = "0.0.0"
__version__ = "0.1.0"

__all__ = [
"BaseInfluenceModule",
Expand Down

0 comments on commit c7fe263

Please sign in to comment.