Skip to content

Commit 58c9e95

Browse files
committed
bumped version to 0.13
1 parent 18c5afa commit 58c9e95

File tree

2 files changed

+3
-3
lines changed

2 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.12' # The short X.Y version
22+
version = '0.13' # The short X.Y version
2323
release = 'v'+version # The full version, including alpha/beta/rc tags
2424

2525

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
# package declaration
1414
name='pymadcad',
15-
version='0.12.0',
15+
version='0.13.0',
1616
python_requires='>=3.8',
1717
install_requires=[
1818
'pyglm>=2.5.5',
@@ -22,7 +22,7 @@
2222
'PyQt5>=5',
2323
'Pillow>=5.4',
2424
'pyyaml>=5',
25-
'arrex>=0.3',
25+
'arrex>=0.3.1',
2626
],
2727
extras_require={
2828
'PLY': ['plyfile>=0.7'],

0 commit comments

Comments
 (0)