diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47b22e8..37e28a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ on: default: "preview" type: choice options: + - preview - fix - minor - minor,preview diff --git a/src/comai/__init__.py b/src/comai/__init__.py index 2434fda..5f923a1 100644 --- a/src/comai/__init__.py +++ b/src/comai/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0rc0" +__version__ = "0.2.0rc1"