Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Apr 26, 2024
1 parent 2b44190 commit e508e0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.2 (2024-04-26)



## v0.2.1 (2024-04-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "signal-design"
version = "0.2.1"
version = "0.2.2"
description = "The project for creation and analysis signals."
authors = ["Omnivanitate <serebraykov.vs@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion signal_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List

__version__ = '0.2.1'
__version__ = '0.2.2'
__all__: List[str] = []


Expand Down

0 comments on commit e508e0f

Please sign in to comment.