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
+ =========
3
3
4
4
[ ![ Build Status] ( https://secure.travis-ci.org/markreidvfx/pyaaf.png?branch=master )] ( https://travis-ci.org/markreidvfx/pyaaf )
5
5
6
6
Python Bindings for the Advanced Authoring Format (AAF) written in Cython.
7
7
8
+ Note:
9
+ > PyAAF 2.0 a pure python implementation is being developed [ here] ( https://github.com/markreidvfx/pyaaf2 )
8
10
9
11
Requirements
10
12
------------
@@ -15,4 +17,4 @@ Note: pre-built devel libraries can be downloaded [here](http://sourceforge.net/
15
17
16
18
The lastest release can be downloaded [ here] ( https://github.com/markreidvfx/pyaaf/releases ) .
17
19
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):
228
228
setup (
229
229
script_args = copy_args ,
230
230
name = 'PyAAF' ,
231
- version = '0.9 .0' ,
231
+ version = '1.0 .0' ,
232
232
description = 'Python Bindings for the Advanced Authoring Format (AAF)' ,
233
233
234
234
author = "Mark Reid" ,
You can’t perform that action at this time.
0 commit comments