Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
6d6e4f2e53 | |||
00dae60057 | |||
326f0fd031 |
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
version = "0.0.2"
|
||||
version = "1.0.0"
|
||||
requires-python = ">= 3.8"
|
||||
name = "pysphereproj"
|
||||
dependencies = [
|
||||
|
@ -68,10 +68,9 @@ env = "GIT_COMMIT_AUTHOR"
|
|||
default = "semantic-release <semantic-release>"
|
||||
|
||||
[tool.semantic_release.commit_parser_options]
|
||||
allowed_tags = ["major","build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
|
||||
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
|
||||
minor_tags = ["feat"]
|
||||
patch_tags = ["fix", "perf"]
|
||||
major_tags = ["major"]
|
||||
default_bump_level = 0
|
||||
|
||||
[tool.semantic_release.remote]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from ._project import spherical_projection, project_cic, interp3d
|
||||
|
||||
__version__ = "1.0"
|
||||
__version__ = "1.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue