Skip to content

Commit

Permalink
0.1.0
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 Sep 5, 2023
1 parent c848f30 commit 5cce0b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

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

## v0.1.0 (2023-09-05)

### Feature

* Add feat tag to bump. ([`a225551`](https://github.com/Omnivanitate/signal-design/commit/a225551e383fd0b159cb78022fc84fa1aa519439))

### Documentation

* Remove readme from docs and edit index file, update root README ([`eafc83e`](https://github.com/Omnivanitate/signal-design/commit/eafc83e9bbfbb3210e5ce2738d51e2403dde4d30))
* Initialize docs ([`be76d9f`](https://github.com/Omnivanitate/signal-design/commit/be76d9f349cc429363ea6910ec0680f91223a35d))

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.0.0"
version = "0.1.0"
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.0.0'
__version__ = '0.1.0'
__all__: List[str] = []


Expand Down

0 comments on commit 5cce0b6

Please sign in to comment.