Skip to content

Commit 5d82e03

Browse files
committed
bumped version to v0.11 and updated dependencies
1 parent 7e572a8 commit 5d82e03

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
copyright = '2019-2021, jimy byerley'
2020
author = 'jimy byerley'
2121

22-
version = '0.9' # The short X.Y version
22+
version = '0.11' # The short X.Y version
2323
release = 'v'+version # The full version, including alpha/beta/rc tags
2424

2525

madcad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
(vec3(...), vec3(...), vec3(...))
126126
127127
'''
128-
version = '0.8.0'
128+
version = '0.11.0'
129129

130130
import os
131131
from .nprint import nprint

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
setup(
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',
@@ -22,6 +22,7 @@
2222
'PyQt5>=5',
2323
'Pillow>=5.4',
2424
'pyyaml>=5',
25+
'arrex>=0.3',
2526
],
2627
extras_require={
2728
'PLY': ['plyfile>=0.7'],
@@ -56,8 +57,6 @@
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',

0 commit comments

Comments
 (0)