Skip to content

Commit

Permalink
bumped version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimy-byerley committed Dec 21, 2022
1 parent dad0fab commit c8b7aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion madcad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
(vec3(...), vec3(...), vec3(...))
'''
version = '0.15.0'
version = '0.15.1'

import os
from .nprint import nprint
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
# package declaration
name='pymadcad',
version='0.15.0',
version='0.15.1',
python_requires='>=3.8',
install_requires=[
'pyglm>=2.5.5',
Expand Down Expand Up @@ -41,6 +41,7 @@
'*.py',
'*.pyx',
'*.c',
'*.ttf',
],
'': ['COPYING', 'COPYING.LESSER', 'README.md', 'requirements.txt'],
},
Expand Down

0 comments on commit c8b7aa1

Please sign in to comment.