Skip to content

Commit

Permalink
Merge pull request #3 from intuit/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
nbhambhani committed Dec 14, 2018
2 parents 3212b31 + f6c0824 commit 2b16465
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion intuitlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.1.0'
__version__ = '1.1.1'

9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ future>=0.16.0
requests>=2.13.0
mock>=2.0.0
requests_oauthlib>=1.0.0
coverage==4.0.3
python-coveralls>=2.9.0
pytest>=3.8.0
pytest-cov>=2.6.0
pytest-cov==2.5.0
six>=1.10.0
enum34
python-coveralls
coverage>=4.4
enum34>=1.1.5

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
'requests>=2.13.0',
'mock>=2.0.0',
'requests_oauthlib>=1.0.0',
'coverage==4.0.3',
'python-coveralls>=2.9.0',
'pytest>=3.8.0',
'pytest-cov>=2.6.0',
'pytest-cov==2.5.0',
'six>=1.10.0',
'enum34',
'python-coveralls',
'coverage>=4.4'
'enum34>=1.1.5',
],
license='Apache 2.0',
keywords='intuit quickbooks oauth auth openid client'
Expand Down

0 comments on commit 2b16465

Please sign in to comment.