diff --git a/pyproject.toml b/pyproject.toml index 89304f6e..bac969e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "keep" -version = "2.10.1" +version = "2.11" description = "Personal shell command keeper" readme = "README.md" authors = [ diff --git a/release.sh b/release.sh index c0a50827..876c46d6 100755 --- a/release.sh +++ b/release.sh @@ -1,5 +1,7 @@ -# NOTE: Make sure to update version number -# pip install twine wheel +# NOTE: Make sure to update version number in pyproject.toml + +# Install reps needed +# pip install twine wheel build rm -rf build/* rm -rf dist/* python -m build