Skip to content

Commit

Permalink
Increase version to v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-adir committed Oct 1, 2023
1 parent b47c3d6 commit b77d001
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "compmec-nurbs"
version = "1.0.7"
version = "1.0.8"
description = ""
readme = "README.md"
authors = ["Carlos Adir <[email protected]>"]
authors = ["Carlos Adir <carlos.adir.leite@gmail.com>"]
packages = [{ include = "compmec/nurbs", from = "src" }]

[tool.poetry.dependencies]
Expand All @@ -16,7 +16,7 @@ scriv = {extras = ["toml"], version = "^0.15.2"}

[tool.scriv]
format = "md"
version = "literal: extendedjson/__init__.py: __version__"
version = "literal: src/compmec/nurbs/__init__.py: __version__"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[tool.pytest.ini_options]
pythonpath = ["."]
[pytest]
markers =
order: mark test as order
Expand Down
2 changes: 1 addition & 1 deletion src/compmec/nurbs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .functions import Function
from .knotspace import GeneratorKnotVector, KnotVector

__version__ = "1.0.7"
__version__ = "1.0.8"

if __name__ == "__main__":
pass

0 comments on commit b77d001

Please sign in to comment.