Skip to content

Commit 20d6d85

Browse files
author
semantic-release
committed
0.2.4
Automatically generated by python-semantic-release
1 parent 6b9c2ef commit 20d6d85

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.4 (2024-11-19)
4+
5+
### Bug fixes
6+
7+
- Update dependency typer to v0.13.1 (#52) ([`6b9c2ef`](https://github.com/34j/shift-nth-row-n-steps/commit/6b9c2ef8ffa72d918d45a2e4fcbeaed5bd14ce5e))
8+
39
## v0.2.3 (2024-11-08)
410

511
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Shift Nth Row N Steps"
1616
copyright = "2024, 34j"
1717
author = "34j"
18-
release = "0.2.3"
18+
release = "0.2.4"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=1.0.0" ]
44

55
[tool.poetry]
66
name = "shift-nth-row-n-steps"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "Shift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX"
99
authors = [ "34j <[email protected]>" ]
1010
license = "MIT"

src/shift_nth_row_n_steps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
22
from ._main import shift_nth_row_n_steps
33
from ._torch_like import create_slice, narrow, select, take_slice
44

0 commit comments

Comments
 (0)