diff --git a/eir/__init__.py b/eir/__init__.py index 0ed3ba84..eaf7a943 100644 --- a/eir/__init__.py +++ b/eir/__init__.py @@ -1 +1 @@ -__version__ = "0.1.37-alpha" +__version__ = "0.1.38-alpha" diff --git a/pyproject.toml b/pyproject.toml index e2e95462..38bd0561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eir-dl" -version = "0.1.37-alpha" +version = "0.1.38-alpha" description = "" license = "AGPLv3" authors = ["Arnor Sigurdsson"]