Skip to content

Commit 8362e3c

Browse files
author
semantic-release
committed
0.1.1
Automatically generated by python-semantic-release
1 parent 07c1da7 commit 8362e3c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## v0.1.1 (2024-06-07)
6+
7+
### Documentation
8+
9+
* docs: add install info to readme ([`a779073`](https://github.com/bbergerud/tenops/commit/a779073a2ce5ad459c4f35728f1c071f1a476723))
10+
11+
### Fix
12+
13+
* fix: add typehints to imports ([`27bd948`](https://github.com/bbergerud/tenops/commit/27bd948e7accf2e73e7b73b9de99f6ff96054d59))
14+
15+
### Unknown
16+
17+
* Merge pull request #29 from bbergerud/typehint_import
18+
19+
fix: add typehints to imports ([`07c1da7`](https://github.com/bbergerud/tenops/commit/07c1da787279b6734e3a016fb51aeb3f55982f40))
20+
21+
* Merge pull request #28 from bbergerud/add_init_imports
22+
23+
fix: updated readme and using fix to upload to testpypi ([`f251325`](https://github.com/bbergerud/tenops/commit/f2513252bdf681a9db3c7a86254fe1cb04faf38d))
24+
25+
526
## v0.1.0 (2024-06-07)
627

728
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
package-mode = true
33
name = "tenops"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
license = "MIT"
66
description = "Python package for creating a common interface for using numpy, pytorch, etc."
77
authors = ["Brandon Bergerud <brandon.bergerud@gmail.com>"]

0 commit comments

Comments
 (0)