Skip to content

Commit a13f702

Browse files
committed
chore: version to '0.1.0 minimum'
Signed-off-by: habeck <habeck@us.ibm.com>
1 parent f5bb2a7 commit a13f702

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpex/framework/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ class PluginVersionInfo(BaseModel):
22902290
deprecated: bool = False
22912291
manifest_file: str
22922292
changelog: Optional[str] = None
2293-
min_max_framework_version: Optional[str] = "0.1.0.dev12,0.1.0.dev12"
2293+
min_max_framework_version: Optional[str] = "0.1.0,0.1.0"
22942294

22952295

22962296
class PluginVersionRegistry(BaseModel):

cpex/templates/isolated/{{cookiecutter.plugin_slug}}/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cpex>=0.1.0.dev10
1+
cpex>=0.1.0
22
# The requirements file is used to install the plugin for the isolated_venv scenario
33
# The cpex cli tool first creates a venv for the plugin, and then uses pip to install the requirements.txt file into the venv.
44
# The default package name is provided below, however if monorepo installation is desired use

0 commit comments

Comments
 (0)