We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cc49f commit 30f6a51Copy full SHA for 30f6a51
fpm.toml
@@ -1,5 +1,5 @@
1
name = "hyperSIS"
2
-version = "1.1.3"
+version = "1.1.4"
3
license = "LGPL-3.0-or-later"
4
author = "Wesley Cota"
5
maintainer = "wlcota@gmail.com"
python/hyperSIS/__init__.py
@@ -1,6 +1,6 @@
from .core import run_simulation
from .types import SimulationArgs
-__version__ = "1.1.3"
+__version__ = "1.1.4"
6
__all__ = ["run_simulation", "SimulationArgs"]
0 commit comments