Skip to content

Commit 223daf3

Browse files
committed
release version 1.0
1 parent 257a083 commit 223daf3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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

66
Python 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
911
Requirements
1012
------------
@@ -15,4 +17,4 @@ Note: pre-built devel libraries can be downloaded [here](http://sourceforge.net/
1517

1618
The 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!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def build_extensions(self):
228228
setup(
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",

0 commit comments

Comments
 (0)