Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimy-byerley committed Sep 8, 2024
1 parent 8c2b370 commit 2ec70ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
copyright = '2019-2021, jimy byerley'
author = 'jimy byerley'

version = '0.16' # The short X.Y version
version = '0.17' # The short X.Y version
release = 'v'+version # The full version, including alpha/beta/rc tags


Expand Down
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.1'
version = '0.17.0'

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.16.0',
version='0.17.0',
python_requires='>=3.8',
install_requires=[
'pyglm>=2.5.5',
Expand Down

0 comments on commit 2ec70ee

Please sign in to comment.