File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919copyright = '2019-2021, jimy byerley'
2020author = 'jimy byerley'
2121
22- version = '0.9 ' # The short X.Y version
22+ version = '0.11 ' # The short X.Y version
2323release = 'v' + version # The full version, including alpha/beta/rc tags
2424
2525
Original file line number Diff line number Diff line change 125125 (vec3(...), vec3(...), vec3(...))
126126
127127'''
128- version = '0.8 .0'
128+ version = '0.11 .0'
129129
130130import os
131131from .nprint import nprint
Original file line number Diff line number Diff line change 1212setup (
1313 # package declaration
1414 name = 'pymadcad' ,
15- version = '0.10.2 ' ,
16- python_requires = '>=3.6 ' ,
15+ version = '0.11.0 ' ,
16+ python_requires = '>=3.8 ' ,
1717 install_requires = [
1818 'pyglm>=2.5.5' ,
1919 'moderngl>=5.6' ,
2222 'PyQt5>=5' ,
2323 'Pillow>=5.4' ,
2424 'pyyaml>=5' ,
25+ 'arrex>=0.3' ,
2526 ],
2627 extras_require = {
2728 'PLY' : ['plyfile>=0.7' ],
5657 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ,
5758 'Topic :: Scientific/Engineering' ,
5859 'Development Status :: 3 - Alpha' ,
59- 'Programming Language :: Python :: 3.6' ,
60- 'Programming Language :: Python :: 3.7' ,
6160 'Programming Language :: Python :: 3.8' ,
6261 'Programming Language :: Python :: 3.9' ,
6362 'Programming Language :: Python :: 3.10' ,
You can’t perform that action at this time.
0 commit comments