Skip to content

Commit e7dc05a

Browse files
committed
Bump version and annotate some bases
1 parent 96b9f87 commit e7dc05a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

multivectors.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'w'
3535
]
3636

37-
__version__ = '0.1.1'
37+
__version__ = '1.0.0'
3838

3939
NAMES = 'xyzw'
4040

@@ -1114,3 +1114,9 @@ def set_scalar_factory(
11141114
Scalar_f = factory
11151115
Scalar_t = instancecheck
11161116
_blades.clear()
1117+
1118+
_: MultiVector
1119+
x: MultiVector
1120+
y: MultiVector
1121+
z: MultiVector
1122+
w: MultiVector

0 commit comments

Comments
 (0)