File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- pyaaf
2- =====
1+ PyAAF 1.0
2+ =========
33
44[ ![ Build Status] ( https://secure.travis-ci.org/markreidvfx/pyaaf.png?branch=master )] ( https://travis-ci.org/markreidvfx/pyaaf )
55
66Python Bindings for the Advanced Authoring Format (AAF) written in Cython.
77
8+ Note:
9+ > PyAAF 2.0 a pure python implementation is being developed [ here] ( https://github.com/markreidvfx/pyaaf2 )
810
911Requirements
1012------------
@@ -15,4 +17,4 @@ Note: pre-built devel libraries can be downloaded [here](http://sourceforge.net/
1517
1618The lastest release can be downloaded [ here] ( https://github.com/markreidvfx/pyaaf/releases ) .
1719
18- Have fun, [ Read the Docs] ( http://markreidvfx.github.io/pyaaf/ ) , and good luck!
20+ Have fun, [ Read the Docs] ( http://markreidvfx.github.io/pyaaf/ ) , and good luck!
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ def build_extensions(self):
228228setup (
229229 script_args = copy_args ,
230230 name = 'PyAAF' ,
231- version = '0.9 .0' ,
231+ version = '1.0 .0' ,
232232 description = 'Python Bindings for the Advanced Authoring Format (AAF)' ,
233233
234234 author = "Mark Reid" ,
You can’t perform that action at this time.
0 commit comments