Skip to content

Commit d5973e1

Browse files
bump version
1 parent a012a9a commit d5973e1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
Most recent change on the bottom.
8+
9+
## [Unreleased]
10+
11+
## [0.1.0] - 2021-05-17

setup.py

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

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

0 commit comments

Comments
 (0)