Skip to content

Commit

Permalink
build version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maasir554 committed May 29, 2022
1 parent 0013dfd commit e9d30c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,20 @@ defined the following functions :-

## [0.0.9]

[28 May 2022]

### Bug fixes in `plane` and `line` constructors :

(in _geometry.py_ module)

- bug encountered when construction a `line` object with **two point** form.
- samilar bug experienced with `plane` object.
- **reason** : variable referenced before assignment.

## [0.0.10]

[29 May 2022]

- bug fixes
- `plane` from equation
- repr of `line` object dfined.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vectogebra v 0.0.8 - 28 May 2022
# vectogebra v 0.0.10 - 29 May 2022

### Python module for vector algebra

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[metadata]
name = vectogebra
version = 0.0.9
version = 0.0.10
author = Mohammad Maasir
license = MIT
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="vectogebra",
version="0.0.9",
version="0.0.10",
author="Mohammad Maasir",
license="MIT",
author_email="[email protected]",
Expand Down

0 comments on commit e9d30c2

Please sign in to comment.