diff --git a/package.json b/package.json index 54c4991..28eb15d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coml", - "version": "0.0.1", + "version": "0.0.2", "description": "JupyterLab extension for CoML.", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 394d4f5..26cdd23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mlcopilot" -version = "0.0.1" +version = "0.0.2" dependencies = [ "click", "colorama",