Skip to content

Commit

Permalink
Increase version and mark [X] on line integration
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-adir committed Sep 9, 2023
1 parent da87bae commit 31cadb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For now, it supports only 1D-objects (curves).
* [X] Projection of point in curve
* [X] Intersection of two curves
* [X] Derivative of curves
* [ ] Line Integral
* [X] Line Integral
* [X] Curve fitting
* [X] Function fitting
* [X] Points fitting
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "compmec-nurbs"
version = "1.0.6"
version = "1.0.7"
description = ""
readme = "README.md"
authors = ["Carlos Adir <[email protected]>"]
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 compmec.nurbs.functions import Function
from compmec.nurbs.knotspace import GeneratorKnotVector, KnotVector

__version__ = "0.1.6"
__version__ = "1.0.7"

if __name__ == "__main__":
pass

0 comments on commit 31cadb9

Please sign in to comment.