Skip to content

Commit 1bcc970

Browse files
committed
version 0.7.0
1 parent 5dee12e commit 1bcc970

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#os.environ['CXX'] = 'g++'
99
#os.environ['ARCHFLAGS'] ="-arch x86_64"
1010

11+
# add this to fix build on mac osx mavericks
12+
#os.environ['ARCHFLAGS'] ="-Wno-error=unused-command-line-argument-hard-error-in-future"
13+
1114
copy_args = sys.argv[1:]
1215
AAF_ROOT = None
1316
if '--aaf-root' in copy_args:
@@ -218,7 +221,7 @@ def build_extensions(self):
218221
setup(
219222
script_args=copy_args,
220223
name='PyAAF',
221-
version='0.6.1',
224+
version='0.7.0',
222225
description='Python Bindings for the Advanced Authoring Format (AAF)',
223226

224227
author="Mark Reid",

0 commit comments

Comments
 (0)