We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee3875 commit db873cdCopy full SHA for db873cd
2 files changed
covsirphy/__version__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
-__version__ = "2.26.1-epsilon"
+__version__ = "2.26.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "covsirphy"
-version = "2.26.0"
+version = "2.26.1"
description = "COVID-19 data analysis with phase-dependent SIR-derived ODE models"
5
authors = ["Hirokazu Takaya <lisphilar@outlook.jp>"]
6
license = "Apache-2.0"
0 commit comments