Skip to content

Commit

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

```bash
VERSION="0.0.43"
VERSION="0.0.45"
git commit -am "cicd: bump version to #$VERSION [#38]." && \
git tag -a v$VERSION -m "Release version $VERSION" && \
git push && \
Expand Down
4 changes: 2 additions & 2 deletions 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.43"
version = "0.0.45"
description = "A collection of code for Omniverse."
authors = [{name="GAO Hongnan", email="hongnangao@gmail.com"}]
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ classifiers = [

dependencies = [
"hydra-core==1.3.2",
"matplotlib>=3.8.0",
"matplotlib>=3.8.0,<3.9.1",
"numpy>=1.26.0,<2.0.0",
"openai>=1.1.1",
"pandas>=2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ accelerate>=0.28.0
datasets==2.17.1
evaluate==0.4.1
hydra-core==1.3.2
matplotlib>=3.8.0
matplotlib>=3.8.0,<3.9.1
numpy>=1.26.0,<2.0.0
openai>=1.1.1
opencv-python==4.7.0.68
Expand Down

0 comments on commit 125cfdf

Please sign in to comment.