Skip to content

Commit

Permalink
version bump to v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Nov 30, 2016
1 parent db5f05c commit c29f188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
]

setup( name="uvc",
version="0.8", #make sure this is the same in v4l2.pxy
version="0.9", #make sure this is the same in uvc.pxy
description="Usb Video Class Device bindings with format conversion tool.",
ext_modules=cythonize(extensions),
data_files = plat_data_files
Expand Down
2 changes: 1 addition & 1 deletion uvc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DeviceNotFoundError(InitError):
import logging
logger = logging.getLogger(__name__)

__version__ = '0.8' #make sure this is the same in setup.py
__version__ = '0.9' #make sure this is the same in setup.py


cdef class Frame:
Expand Down

0 comments on commit c29f188

Please sign in to comment.