Skip to content

Commit c7fe263

Browse files
chore(main): release 0.1.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 894270b commit c7fe263

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2022-07-01)
4+
5+
6+
### Features
7+
8+
* initial release ([#1](https://github.com/alstonlo/torch-influence/issues/1)) ([3b021fb](https://github.com/alstonlo/torch-influence/commit/3b021fb0e970460fdba18cbb13243ed62c8ffb32))

torch_influence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A simple and minimal PyTorch implementation of influence functions.
33
"""
44

5-
__version__ = "0.0.0"
5+
__version__ = "0.1.0"
66

77
__all__ = [
88
"BaseInfluenceModule",

0 commit comments

Comments
 (0)