Skip to content

Commit c62e212

Browse files
committed
pushed module version
1 parent a4b8e7b commit c62e212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

madcad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
(vec3(...), vec3(...), vec3(...))
126126
127127
'''
128-
version = '0.4'
128+
version = '0.6'
129129

130130
import os
131131
from .nprint import nprint

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
# package declaration
1414
name='pymadcad',
15-
version='0.5',
15+
version='0.6',
1616
python_requires='>=3.6',
1717
install_requires=[
1818
'pyglm>=1.2',

0 commit comments

Comments
 (0)