Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent d20294e commit 939190a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.2.0 (2023-07-27)

### Feat

- update `fracF()` for integer values
- **torch**: initialize `fracF` implementation
- **dfrt**: start importing functions for `dfrt`

### Fix

- incorrect calculation of `corefrmod2()` (#2)

## 0.1.0 (2023-06-07)

### Feat
Expand Down
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 = "trainable-frft"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Tuna Alikaşifoğlu <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -59,7 +59,7 @@ filterwarnings = ["ignore::DeprecationWarning"]
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "0.1.0"
version = "0.2.0"
version_files = [
"pyproject.toml:^version",
"trainable_frft/__init__.py:__version__",
Expand Down
2 changes: 1 addition & 1 deletion trainable_frft/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 939190a

Please sign in to comment.