Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimy-byerley committed Nov 13, 2024
1 parent 884c160 commit de08e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 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.18.0'
version = '0.18.1'

import os
from .nprint import nprint
Expand Down
2 changes: 1 addition & 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.18.0',
version='0.18.1',
python_requires='>=3.8',
install_requires=[
'pyglm>=2.5.5',
Expand Down

0 comments on commit de08e4b

Please sign in to comment.