Skip to content

Commit d75b588

Browse files
authored
Merge pull request #12 from daavid00/dev
Bump to version 2026.04-pre
2 parents 17670e4 + fded63c commit d75b588

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ classifiers = [
2222
"Operating System :: OS Independent"
2323
]
2424
dependencies = [
25-
"alive_progress<=3.3.0",
26-
"ipython<=9.6.0",
27-
"mako<=1.3.10",
28-
"porespy<=2.4.3"
25+
"alive_progress",
26+
"ipython",
27+
"mako",
28+
"porespy"
2929
]
3030
requires-python = ">=3.12"
3131

src/pymm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Code version.
33
"""
44

5-
__version__ = "2025.10"
5+
__version__ = "2026.04-pre"

0 commit comments

Comments
 (0)