Skip to content

Commit d392393

Browse files
committed
bumped version to 0.9.0
1 parent 30b160c commit d392393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8' # The short X.Y version
22+
version = '0.9' # 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.7'
128+
version = '0.8.0'
129129

130130
import os
131131
from .nprint import nprint

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
# package declaration
1414
name='pymadcad',
15-
version='0.8.4',
15+
version='0.9.0',
1616
python_requires='>=3.6',
1717
install_requires=open('requirements.txt').readlines(),
1818
extras_require={

0 commit comments

Comments
 (0)