Skip to content

Commit

Permalink
bumped version to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jimy-byerley committed Sep 17, 2022
1 parent 18c5afa commit 58c9e95
Show file tree
Hide file tree
Showing 2 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.12' # The short X.Y version
version = '0.13' # The short X.Y version
release = 'v'+version # The full version, including alpha/beta/rc tags


Expand Down
4 changes: 2 additions & 2 deletions 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.12.0',
version='0.13.0',
python_requires='>=3.8',
install_requires=[
'pyglm>=2.5.5',
Expand All @@ -22,7 +22,7 @@
'PyQt5>=5',
'Pillow>=5.4',
'pyyaml>=5',
'arrex>=0.3',
'arrex>=0.3.1',
],
extras_require={
'PLY': ['plyfile>=0.7'],
Expand Down

0 comments on commit 58c9e95

Please sign in to comment.