Skip to content

Commit abd9698

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 87d8fd2 commit abd9698

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
History
33
=======
44

5+
0.6.0 (2024-03-20)
6+
------------------
7+
- Update of the documentation theme and adaption of the new example gallery, no changes to the code base.
8+
59
0.6.0 (2023-10-17)
610
------------------
711
This is the last minor release of spharpy before full integration into the pyfar ecosystem.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

setup.py

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

3636
setup(
3737
name='spharpy',
38-
version='0.6.0',
38+
version='0.6.1',
3939
description="Python package for spherical array processing.",
4040
long_description=readme,
4141
author="The pyfar developers",

spharpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = """The pyfar developers"""
22
__email__ = 'info@pyfar.org'
3-
__version__ = '0.6.0'
3+
__version__ = '0.6.1'
44

55
from . import spherical
66
from . import samplings

0 commit comments

Comments
 (0)