Skip to content

Commit c8b7aa1

Browse files
committed
bumped version to 0.15.1
1 parent dad0fab commit c8b7aa1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.15.0'
128+
version = '0.15.1'
129129

130130
import os
131131
from .nprint import nprint

setup.py

Lines changed: 2 additions & 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.15.0',
15+
version='0.15.1',
1616
python_requires='>=3.8',
1717
install_requires=[
1818
'pyglm>=2.5.5',
@@ -41,6 +41,7 @@
4141
'*.py',
4242
'*.pyx',
4343
'*.c',
44+
'*.ttf',
4445
],
4546
'': ['COPYING', 'COPYING.LESSER', 'README.md', 'requirements.txt'],
4647
},

0 commit comments

Comments
 (0)