Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Mar 25, 2023
1 parent 11e9c92 commit 605dc82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
gh release create $(poetry version -s) -F docs/changelog.md
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <dev@jamesturk.net>"]
license = "Hippocratic License HL3-EXTR-FFD-LAW-MIL-SV"
Expand Down

0 comments on commit 605dc82

Please sign in to comment.