Skip to content

Commit

Permalink
Bump version and annotate some bases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Jul 4, 2021
1 parent 96b9f87 commit e7dc05a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion multivectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'w'
]

__version__ = '0.1.1'
__version__ = '1.0.0'

NAMES = 'xyzw'

Expand Down Expand Up @@ -1114,3 +1114,9 @@ def set_scalar_factory(
Scalar_f = factory
Scalar_t = instancecheck
_blades.clear()

_: MultiVector
x: MultiVector
y: MultiVector
z: MultiVector
w: MultiVector

0 comments on commit e7dc05a

Please sign in to comment.