Skip to content

Commit 0e3c1a9

Browse files
Bump version
1 parent 15767bf commit 0e3c1a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Most recent change on the bottom.
88

99
## [Unreleased]
10+
11+
## 0.1.1 - 2021-05-27
12+
### Added
13+
- Docs
14+
- PyPI package
15+
1016
### Fixed
1117
- `jitable` no longer makes some FX nodes' `.args` lists (technically not allowed) instead of tuples
1218

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
setuptools.setup(
77
name="opt_einsum_fx",
8-
version="0.1.0",
8+
version="0.1.1",
9+
author="Linux-cpp-lisp",
910
url="https://github.com/Linux-cpp-lisp/opt_einsum_fx",
1011
description="Einsum optimization using opt_einsum and PyTorch FX",
1112
long_description=long_description,

0 commit comments

Comments
 (0)