Skip to content

Commit

Permalink
version 0.0.2 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskamtam committed Aug 22, 2023
1 parent 9ab766b commit 4ca42f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4ca42f1

Please sign in to comment.