Skip to content

Commit 30f6a51

Browse files
committed
Bump version to 1.1.4 in fpm.toml and __init__.py
1 parent 87cc49f commit 30f6a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "hyperSIS"
2-
version = "1.1.3"
2+
version = "1.1.4"
33
license = "LGPL-3.0-or-later"
44
author = "Wesley Cota"
55
maintainer = "wlcota@gmail.com"

python/hyperSIS/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .core import run_simulation
22
from .types import SimulationArgs
33

4-
__version__ = "1.1.3"
4+
__version__ = "1.1.4"
55

66
__all__ = ["run_simulation", "SimulationArgs"]

0 commit comments

Comments
 (0)