Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realitix committed Apr 24, 2017
1 parent 9c00b52 commit c8a310d
Show file tree
Hide file tree
Showing 3 changed files with 1,615 additions and 1,615 deletions.
2 changes: 1 addition & 1 deletion generator/vulkan.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from vulkan._vulkan import ffi


__version__ = '1.4.0'
__version__ = '1.0.48'


_weakkey_dict = _weakref.WeakKeyDictionary()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='vulkan',
version='1.4.1',
version='1.0.48',
description='Ultimate Python binding for Vulkan API',
author='realitix',
author_email='realitix@gmail.com',
Expand Down
Loading

0 comments on commit c8a310d

Please sign in to comment.