Skip to content

Commit c64f5e2

Browse files
bump version
1 parent 0643a56 commit c64f5e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Most recent change on the bottom.
88

99
## [Unreleased]
1010

11+
## 0.1.2 - 2021-06-28
12+
### Added
13+
- PyTorch 1.9 compatibility
14+
1115
## 0.1.1 - 2021-05-27
1216
### Added
1317
- Docs

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="opt_einsum_fx",
8-
version="0.1.1",
8+
version="0.1.2",
99
author="Linux-cpp-lisp",
1010
url="https://github.com/Linux-cpp-lisp/opt_einsum_fx",
1111
description="Einsum optimization using opt_einsum and PyTorch FX",

0 commit comments

Comments
 (0)