Skip to content

Commit d839b32

Browse files
committed
update version
1 parent 1fa8d32 commit d839b32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "epidemik"
3-
version = "0.1.3"
3+
version = "0.1.3.1"
44

55
authors = [
66
{ name="Bruno Gonçalves", email="[email protected]" },

src/epidemik/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .NetworkEpiModel import NetworkEpiModel
1212
from .MetaEpiModel import MetaEpiModel
1313

14-
__version__ = "0.1.3"
14+
__version__ = "0.1.3.1"

0 commit comments

Comments
 (0)