Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Apr 12, 2014
1 parent 5dee12e commit 1bcc970
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#os.environ['CXX'] = 'g++'
#os.environ['ARCHFLAGS'] ="-arch x86_64"

# add this to fix build on mac osx mavericks
#os.environ['ARCHFLAGS'] ="-Wno-error=unused-command-line-argument-hard-error-in-future"

copy_args = sys.argv[1:]
AAF_ROOT = None
if '--aaf-root' in copy_args:
Expand Down Expand Up @@ -218,7 +221,7 @@ def build_extensions(self):
setup(
script_args=copy_args,
name='PyAAF',
version='0.6.1',
version='0.7.0',
description='Python Bindings for the Advanced Authoring Format (AAF)',

author="Mark Reid",
Expand Down

0 comments on commit 1bcc970

Please sign in to comment.