Skip to content

Commit

Permalink
v1.0.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 token committed May 23, 2023
1 parent 0bad0bd commit 5461a7c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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

## v1.0.0 (2023-05-23)
### Fix
* Build GHA ([`db12dda`](https://github.com/computational-psychology/stimupy/commit/db12dda349df0ce2e98b0f715d04aed242d3d9dd))

### Breaking
* bump to v1.0.0 ([`4ac4aee`](https://github.com/computational-psychology/stimupy/commit/4ac4aee80bb9529bd28c8c5be05d3d725572feea))

### Documentation
* **README:** Add badges ([`e8f54f9`](https://github.com/computational-psychology/stimupy/commit/e8f54f9ab4c4772e3433388caa7c62506efc883a))
* Update installation instructions to use PyPI ([`4c3c492`](https://github.com/computational-psychology/stimupy/commit/4c3c49227dadabb7ef1950702f0e05079982f2d1))

## v0.101.1 (2023-05-20)
### Fix
* Added relevant error message in todorovic ([`0cb7f88`](https://github.com/computational-psychology/stimupy/commit/0cb7f88a75d78e5ae8d94df3c7363c899b0baaa6))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -22,7 +22,7 @@ maintainers = [
{name = "Lynn Schmittwilken", email = "l.schmittwilken@tu-berlin.de"},
{name = "Joris Vincent", email = "j.vincent@tu-berlin.de"},
]
version = "0.101.1"
version = "1.0.0"

requires-python = ">=3.6"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion stimupy/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.101.1"
__version__ = "1.0.0"

from stimupy import components, noises, stimuli, utils
from stimupy.stimuli import *
Expand Down

0 comments on commit 5461a7c

Please sign in to comment.