Skip to content

Commit d601853

Browse files
committed
Update version to 0.90.4rc3
1 parent b8793fc commit d601853

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pba"
7-
version = "0.90.3"
7+
version = "0.90.4rc3"
88
dependencies = [
99
'numpy>=1.26.2',
1010
'scipy>=1.11.4',

setup.py

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

33
setup(
44
name='pba',
5-
version='0.90.3',
5+
version='0.90.4rc3',
66
packages=['pba',],
77
license='MIT License',
88
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)