We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c5afa commit 58c9e95Copy full SHA for 58c9e95
docs/conf.py
@@ -19,7 +19,7 @@
19
copyright = '2019-2021, jimy byerley'
20
author = 'jimy byerley'
21
22
-version = '0.12' # The short X.Y version
+version = '0.13' # The short X.Y version
23
release = 'v'+version # The full version, including alpha/beta/rc tags
24
25
setup.py
@@ -12,7 +12,7 @@
12
setup(
13
# package declaration
14
name='pymadcad',
15
- version='0.12.0',
+ version='0.13.0',
16
python_requires='>=3.8',
17
install_requires=[
18
'pyglm>=2.5.5',
@@ -22,7 +22,7 @@
'PyQt5>=5',
'Pillow>=5.4',
'pyyaml>=5',
- 'arrex>=0.3',
+ 'arrex>=0.3.1',
26
],
27
extras_require={
28
'PLY': ['plyfile>=0.7'],
0 commit comments