Skip to content

Commit dfcb48c

Browse files
committed
Merge branch 'develop' of https://github.com/Mentalab-hub/explorepy into develop
2 parents 34e281c + 070b49e commit dfcb48c

6 files changed

Lines changed: 20 additions & 12 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
Changelog
33
=========
4+
4.5.1 (11.6.2025)
5+
------------------
6+
* Hotfix LSL metadata
7+
48
4.5.0 (5.6.2025)
59
------------------
610
* Live impedance

README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
:target: https://pypi.org/project/explorepy
1717

1818

19-
.. |commits-since| image:: https://img.shields.io/github/commits-since/Mentalab-hub/explorepy/v4.5.0.svg
19+
.. |commits-since| image:: https://img.shields.io/github/commits-since/Mentalab-hub/explorepy/v4.5.1.svg
2020
:alt: Commits since latest release
21-
:target: https://github.com/Mentalab-hub/explorepy/compare/v4.5.0...master
21+
:target: https://github.com/Mentalab-hub/explorepy/compare/v4.5.1...master
2222

2323

2424
.. |wheel| image:: https://img.shields.io/pypi/wheel/explorepy.svg
@@ -121,10 +121,12 @@ You can also create a new issue in the GitHub repository.
121121

122122
Authors
123123
=======
124-
- `Mohamad Atayi`_
125124
- `Salman Rahman`_
126-
- `Andrea Escartin`_
127125
- `Sonja Stefani`_
126+
- `Nayan Sharma`_
127+
- `Deniz Toprak`_
128+
- `Mohamad Atayi`_
129+
- `Andrea Escartin`_
128130
- `Alex Platt`_
129131
- `Andreas Gutsche`_
130132
- `Masoome Fazelian`_
@@ -133,10 +135,12 @@ Authors
133135
- `Sebastian Herberger`_
134136

135137

136-
.. _Mohamad Atayi: https://github.com/bmeatayi
137138
.. _Salman Rahman: https://github.com/salman2135
138-
.. _Andrea Escartin: https://github.com/andrea-escartin
139139
.. _Sonja Stefani: https://github.com/SonjaSt
140+
.. _Nayan Sharma: https://github.com/rednayan
141+
.. _Deniz Toprak: https://github.com/detoprak13
142+
.. _Mohamad Atayi: https://github.com/bmeatayi
143+
.. _Andrea Escartin: https://github.com/andrea-escartin
140144
.. _Alex Platt: https://github.com/Nujanauss
141145
.. _Andreas Gutsche: https://github.com/andyman410
142146
.. _Masoome Fazelian: https://github.com/fazelian

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
year = '2018-2025'
2929
author = 'Mentalab GmbH.'
3030
copyright = '{0}, {1}'.format(year, author)
31-
version = release = '4.5.0'
31+
version = release = '4.5.1'
3232
pygments_style = 'trac'
3333
templates_path = ['.']
3434
extlinks = {

installer/windows/installer.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Application]
22
name=MentaLab ExplorePy
3-
version=4.5.0
3+
version=4.5.1
44
entry_point=explorepy.cli:cli
55
console=true
66
icon=mentalab.ico
@@ -26,7 +26,7 @@ pypi_wheels =
2626
decorator==5.1.1
2727
distlib==0.3.7
2828
eeglabio==0.0.2.post4
29-
explorepy==4.5.0
29+
explorepy==4.5.1
3030
fonttools==4.42.1
3131
idna==3.4
3232
importlib-resources==6.0.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'explorepy'
7-
version = "4.5.0"
7+
version = "4.5.1"
88
license = { text = "MIT" }
99
readme = { file = "README.rst", content-type = "text/x-rst"}
1010
authors = [
@@ -63,7 +63,7 @@ explorepy = "explorepy.cli:cli"
6363

6464
# bumpoversion config
6565
[tool.bumpversion]
66-
current_version = "4.5.0"
66+
current_version = "4.5.1"
6767
commit = false
6868
tag = false
6969

src/explorepy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
__all__ = ["Explore", "command", "tools", "log_config"]
23-
__version__ = '4.5.0'
23+
__version__ = '4.5.1'
2424

2525
this = sys.modules[__name__]
2626
# TODO appropriate library

0 commit comments

Comments
 (0)