From 605dc82da3e4977c122d72bf5827d8de4b98eebd Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 24 Mar 2023 19:48:23 -0500 Subject: [PATCH] release 0.4.0 --- Justfile | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index ef419c4..c0ff3e2 100644 --- a/Justfile +++ b/Justfile @@ -25,7 +25,7 @@ release type: # patch, minor, major poetry build poetry run mkdocs gh-deploy poetry publish - git commit -m "release $(poetry version -s)" + git commit -am "release $(poetry version -s)" git tag $(poetry version -s) git push --tags - # gh release create $(poetry version -s) -F docs/changelog.md \ No newline at end of file + gh release create $(poetry version -s) -F docs/changelog.md \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 70a15b4..0f28711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scrapeghost" -version = "0.3.0" +version = "0.4.0" description = "An experimental library for scraping websites using GPT." authors = ["James Turk "] license = "Hippocratic License HL3-EXTR-FFD-LAW-MIL-SV"