From 4ca42f1f29040a85101e0c345556ee553d20baf2 Mon Sep 17 00:00:00 2001 From: Tejas Kamtam Date: Mon, 21 Aug 2023 22:25:05 -0500 Subject: [PATCH] version 0.0.2 pre-release --- notes.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notes.md b/notes.md index 92eaeaf..5601e7d 100644 --- a/notes.md +++ b/notes.md @@ -15,7 +15,7 @@ Then import in python terminal editor to test. Remove using `pip uninstall quantpyml` ### Building -First edit version in toml. Then build wheel and dist: +First delete dist then edit version in toml. Then build wheel and dist: ```sh python -m build ``` diff --git a/pyproject.toml b/pyproject.toml index c285b41..f6ebebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quantpyml" # Required -version = "0.0.1" # Required +version = "0.0.2" # Required description = "A package for quantitative finance with ML-based modeling tools" # Optional readme = "README.md" # Optional requires-python = ">=3.7"