Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
update version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tolbert authored Nov 7, 2017
1 parent 234c852 commit de7e8fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Client library for the [Bandwidth App Platform](http://ap.bandwidth.com/docs/res
## Installation

```bash
pip install bandwidth-sdk==3.0.0b0
pip install bandwidth-sdk
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bandwidth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v3.0.0-beta'
__version__ = 'v3.0.1'
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: abebdf3112f3bbc7039b742e868ea769
config: 365c04b0afad7e94b9b4bba9ce1845b0
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_sources/quickstart.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation

To install the latest stable version with pip use the following command::

pip install bandwidth-sdk==3.0.0b0
pip install bandwidth-sdk

If you want to install the bleeding edge version of the SDK from our
`github repository <https://github.com/bandwidth/python-bandwidth>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h1>Quickstart Guide<a class="headerlink" href="#quickstart-guide" title="Permal
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h2>
<p>To install the latest stable version with pip use the following command:</p>
<div class="highlight-python"><div class="highlight"><pre><span></span>pip install bandwidth-sdk==3.0.0b0
<div class="highlight-python"><div class="highlight"><pre><span></span>pip install bandwidth-sdk
</pre></div>
</div>
<p>If you want to install the bleeding edge version of the SDK from our
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx_docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation

To install the latest stable version with pip use the following command::

pip install bandwidth-sdk==3.0.0b0
pip install bandwidth-sdk

If you want to install the bleeding edge version of the SDK from our
`github repository <https://github.com/bandwidth/python-bandwidth>`_
Expand Down

0 comments on commit de7e8fb

Please sign in to comment.