Skip to content

Commit

Permalink
cicd: bump version to 0.0.35 #38.
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-hongnan committed Jun 17, 2024
1 parent 80cebea commit 9cc2059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ the changes to the `main` branch (or any other branch that satisfies the
`on.push.branches` condition in the workflow).

```bash
git commit -am "cicd: bump version to 0.0.34 #38."
git tag -a v0.0.34 -m "Release version 0.0.34"
git push && git push origin v0.0.34
git commit -am "cicd: bump version to 0.0.35 #38."
git tag -a v0.0.35 -m "Release version 0.0.35"
git push && git push origin v0.0.35
```

Then the workflow will be triggered, and the package will be published to PyPI.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "omniverse"
version = "0.0.34"
version = "0.0.35"
description = "A collection of code for Omniverse."
authors = [{name="GAO Hongnan", email="hongnangao@gmail.com"}]
readme = "README.md"
Expand Down

0 comments on commit 9cc2059

Please sign in to comment.