Skip to content

Commit

Permalink
Add version and version_info for pycairo compat
Browse files Browse the repository at this point in the history
Possible fix for #10
  • Loading branch information
SimonSapin committed May 11, 2013
1 parent bdd11d1 commit 598556d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cairocffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
from .compat import FileNotFoundError


VERSION = '0.4.2'
VERSION = '0.4.3'
# pycairo compat:
version = VERSION
version_info = version.split('.')


def dlopen(ffi, *names):
Expand Down

0 comments on commit 598556d

Please sign in to comment.