Skip to content

Commit bf96731

Browse files
committed
bump version
1 parent 0fb6e9e commit bf96731

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "epidemik"
3-
version = "0.1.3.1"
3+
# Don't forget to update __init__.py
4+
version = "0.1.3.3"
45

56
authors = [
67
{ name="Bruno Gonçalves", email="[email protected]" },

src/epidemik/__init__.py

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

14-
__version__ = "0.1.3.1"
14+
# Don't forget to update pyproject.toml
15+
__version__ = "0.1.3.3"

0 commit comments

Comments
 (0)