Skip to content

Commit

Permalink
Bump version 0.13 -> 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Oct 28, 2020
1 parent cb2531c commit c16f2c8
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 @@ -72,7 +72,7 @@

setup(
name="uvc",
version="0.13", # make sure this is the same in uvc.pxy
version="0.14", # make sure this is the same in uvc.pxy
description="Usb Video Class Device bindings with format conversion tool.",
install_requires=["numpy"],
ext_modules=cythonize(extensions),
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.13' #make sure this is the same in setup.py
__version__ = '0.14' #make sure this is the same in setup.py


cdef class Frame:
Expand Down

0 comments on commit c16f2c8

Please sign in to comment.