Skip to content

Commit

Permalink
fix for version update script (and documentation version)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Apr 9, 2024
1 parent 8caac64 commit d4890a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: "CountESS: Documentation"
email: nick@zoic.org
baseurl: /
url: https://countess-project.github.io
version: 0.0.57
version: 0.0.58
2 changes: 1 addition & 1 deletion script/set_version
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ sed -i "s/\# CountESS .*/# CountESS $VERSION/" README.md
sed -i "s/VERSION = .*/VERSION = \"$VERSION\"/" countess/__init__.py
sed -i "s/version:.*/version: $VERSION/" docs/_config.yml

git commit -m "Bump to v$VERSION" README.md countess/__init__.py docs/index.md
git commit -m "Bump to v$VERSION" README.md countess/__init__.py docs/_config.yml
git tag -m "CountESS version $VERSION" v$VERSION

0 comments on commit d4890a6

Please sign in to comment.