Skip to content

Commit

Permalink
bump: version 0.5.4 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2023
1 parent 2bea2ed commit b89bb08
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0 (2023-08-27)

### Feat

- implement shifted version of `frft()`

## 0.5.4 (2023-08-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: "Tuna"
orcid: "https://orcid.org/0000-0001-8030-8088"
title: "PyTorch Differentiable Fractional Fourier Transform"
version: 0.5.4
version: 0.6.0
date-released: 2023-08-08
url: "https://github.com/tunakasif/torch-frft"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "torch-frft"
version = "0.5.4"
version = "0.6.0"
description = "PyTorch implementation of the fractional Fourier transform with trainable transform order."
authors = ["Tuna Alikaşifoğlu <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -54,7 +54,7 @@ filterwarnings = ["ignore::DeprecationWarning"]
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "0.5.4"
version = "0.6.0"
version_files = [
"pyproject.toml:^version",
"torch_frft/__init__.py:__version__",
Expand Down
2 changes: 1 addition & 1 deletion torch_frft/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.4"
__version__ = "0.6.0"

0 comments on commit b89bb08

Please sign in to comment.