Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toinsson committed Mar 5, 2017
1 parent 22fed94 commit 202611d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The library depends on [pycparser](https://github.com/eliben/pycparser) for pars


## Installation
from Pypi:
from [PyPI](https://pypi.python.org/pypi/pyrealsense/1.4):

pip install pyrealsense

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ shuffling.
Installation
------------

from Pypi:
from `PyPI <https://pypi.python.org/pypi/pyrealsense/1.4>`__:

::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
library_dirs=['/usr/local/lib'], )]

setup(name='pyrealsense',
version='1.3',
version='1.4',

description='Simple ctypes extension to the librealsense library for Linux and Mac OS',
long_description=long_description,
Expand Down

0 comments on commit 202611d

Please sign in to comment.