Skip to content

Commit

Permalink
DOC: Add R wrapper details
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
jaidevd committed Jan 10, 2020
1 parent ddf875e commit f6553d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@ Usage
'platform 9.75'
Extras
------

For R users, a wrapper library has been developed by [@amrrs](https://github.com/amrrs). Try it out [here](https://github.com/amrrs/numerizer.git).

.. |Build Status| image:: https://travis-ci.com/jaidevd/numerizer.svg?branch=master
:target: https://travis-ci.com/jaidevd/numerizer
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'Documentation': 'https://github.com/jaidevd/numerizer/tree/master/README.rst',
'Source Code': 'https://github.com/jaidevd/numerizer'
}
VERSION = '0.1.4'
VERSION = '0.1.5'

# Requirements
install_requires = []
Expand Down

0 comments on commit f6553d4

Please sign in to comment.