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 30b160c commit d392393Copy full SHA for d392393
docs/conf.py
@@ -19,7 +19,7 @@
19
copyright = '2019-2021, jimy byerley'
20
author = 'jimy byerley'
21
22
-version = '0.8' # The short X.Y version
+version = '0.9' # The short X.Y version
23
release = 'v'+version # The full version, including alpha/beta/rc tags
24
25
madcad/__init__.py
@@ -125,7 +125,7 @@
125
(vec3(...), vec3(...), vec3(...))
126
127
'''
128
-version = '0.7'
+version = '0.8.0'
129
130
import os
131
from .nprint import nprint
setup.py
@@ -12,7 +12,7 @@
12
setup(
13
# package declaration
14
name='pymadcad',
15
- version='0.8.4',
+ version='0.9.0',
16
python_requires='>=3.6',
17
install_requires=open('requirements.txt').readlines(),
18
extras_require={
0 commit comments