Skip to content

Commit

Permalink
Update version to 1.1.0 in pyproject.toml for dgNova project
Browse files Browse the repository at this point in the history
  • Loading branch information
nfornadimkhan committed Jan 1, 2025
1 parent 182d397 commit 1161c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
directory: ./coverage/reports/

publish:
needs: build
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 = "dgNova"
version = "1.0.0"
version = "1.2.0"
description = "Statistical Analysis and Simulations for Plant Breeding Experiments"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 1161c5d

Please sign in to comment.