Skip to content

Commit b8ffdb0

Browse files
committed
bumpversion minor
1 parent 743f3fc commit b8ffdb0

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
:target: https://pypi.org/project/explorepy
1818

1919

20-
.. |commits-since| image:: https://img.shields.io/github/commits-since/Mentalab-hub/explorepy/v4.4.0.svg
20+
.. |commits-since| image:: https://img.shields.io/github/commits-since/Mentalab-hub/explorepy/v4.5.0.svg
2121
:alt: Commits since latest release
22-
:target: https://github.com/Mentalab-hub/explorepy/compare/v4.4.0...master
22+
:target: https://github.com/Mentalab-hub/explorepy/compare/v4.5.0...master
2323

2424

2525
.. |wheel| image:: https://img.shields.io/pypi/wheel/explorepy.svg

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.4.0'
31+
version = release = '4.5.0'
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.4.0
3+
version=4.5.0
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.4.0
29+
explorepy==4.5.0
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.4.0"
7+
version = "4.5.0"
88
license = { text = "MIT" }
99
readme = { file = "README.rst", content-type = "text/markdown" }
1010
authors = [
@@ -64,7 +64,7 @@ explorepy = "explorepy.cli:cli"
6464

6565
# bumpoversion config
6666
[tool.bumpversion]
67-
current_version = "4.4.0"
67+
current_version = "4.5.0"
6868
commit = false
6969
tag = false
7070

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.4.0'
23+
__version__ = '4.5.0'
2424

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

0 commit comments

Comments
 (0)