We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b8e7b commit c62e212Copy full SHA for c62e212
madcad/__init__.py
@@ -125,7 +125,7 @@
125
(vec3(...), vec3(...), vec3(...))
126
127
'''
128
-version = '0.4'
+version = '0.6'
129
130
import os
131
from .nprint import nprint
setup.py
@@ -12,7 +12,7 @@
12
setup(
13
# package declaration
14
name='pymadcad',
15
- version='0.5',
+ version='0.6',
16
python_requires='>=3.6',
17
install_requires=[
18
'pyglm>=1.2',
0 commit comments